Html Css Color HEX #F078C7 Persian Pink

📋 copy color: '#F078C7'

red 240 ◦ green 120 ◦ blue 199

#F078C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F078C7

Tints of Persian Pink #F078C7

RGB

 RED value IS 240 (94.14% from 255) = 42.93%

 GREEN value IS 120 (47.27% from 255) = 21.47%

 BLUE value IS 199 (78.13% from 255) = 35.6%

R = 42.93%
G = 21.47%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F078C7 (or 0xF078C7) is known color: Persian Pink. HEX triplet: F0, 78 and C7. RGB value is (240,120,199). Sum of RGB (Red+Green+Blue) = 240+120+199=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F078C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F078C7 is #0F8738. Grayscale: #A4A4A4. Windows color (decimal): -1017657 or 13072624. OLE color: 13072624.

HSL color Cylindrical-coordinate representation of color #F078C7: hue angle of 320.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F078C7 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 120 199 -
CMYK 0 0.5 0.17 0.06
HSL 320.5º 0.8% 0.71% -
HSV(B) 320.5º 0.5% 0.94% -
XYZ 52.96 36.08 58.21 -
YUV 164.89 147.26 181.58 -
System Red Green Blue C M Y K H S L
Decimal 240 120 199 0 0.5 0.17 0.06 320.5 0.8 0.71
Hex F0 78 C7 0 32 11 6 140 50 47
Octal 360 170 307 0 62 21 6 500 120 107
Binary 11110000 1111000 11000111 0 110010 10001 110 101000000 1010000 1000111

Color Harmonies of #F078C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F078C7

Black with #F078C7

Text Example


Text Example

White with #F078C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F078C7; }

 p { color: rgb(240,120,199); }

 H1.HeaderClassName
 {
   color: #F078C7;
 }
 .AnyTagClassName
 {
   color: #F078C7;
 }
</style>

background-color css

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

 a { background-color: rgb(240,120,199); }

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

border-color css

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

 span { border-color: rgb(240,120,199); }

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