#F074B4

Color #F074B4 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F074B4

Tints of Persian Pink #F074B4

Color information

#F074B4 (or 0xF074B4) is unknown color: approx Persian Pink. HEX triplet: F0, 74 and B4. RGB value is (240,116,180). Sum of RGB (Red+Green+Blue) = 240+116+180=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F074B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074B4 is #0F8B4B. Grayscale: #A0A0A0. Windows color (decimal): -1018700 or 11826416. OLE color: 11826416.

HSL color Cylindrical-coordinate representation of color #F074B4: hue angle of 329.03º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074B4 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB240116180-
CMYK00.520.250.06
HSL329.03º80.52%69.8%-
HSV(B)329.03º51.67%94.12%-
XYZ50.4234.3147.15-
YUV160.37139.08184.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 44.78%
GREEN value IS 116 (45.70% from 255) = 21.64%
BLUE value IS 180 (70.70% from 255) = 33.58%
R=44.78%
G=21.64%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011618000.520.250.06329.0380.5269.8
HexF074B40341961495146
Octal360164264064316511121106
Binary1111000011101001011010001101001100111010100100110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F074B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F074B4; }

 p { color: rgb(240,116,180); }

 H1.HeaderClassName
 {
   color: #F074B4;
 }
 .AnyTagClassName
 {
   color: #F074B4;
 }
</style>
background-color css

<style>
 a { background-color: #F074B4; }

 a { background-color: rgb(240,116,180); }

 div.DivClassName
 {
   background-color: #F074B4;
 }
 .BgClassName
 {
   background-color: #F074B4;
 }
</style>
border-color css

<style>
 span { border-color: #F074B4; }

 span { border-color: rgb(240,116,180); }

 td.TdClassName
 {
   border-color: #F074B4;
 }
 .TagClassName
 {
   border-color: #F074B4;
 }
</style>