Html Css Color HEX #F078BF Persian Pink

📋 copy color: '#F078BF'

red 240 ◦ green 120 ◦ blue 191

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

Shades of Persian Pink #F078BF

Tints of Persian Pink #F078BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.66%

R = 43.56%
G = 21.78%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F078BF (or 0xF078BF) is known color: Persian Pink. HEX triplet: F0, 78 and BF. RGB value is (240,120,191). Sum of RGB (Red+Green+Blue) = 240+120+191=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F078BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F078BF is #0F8740. Grayscale: #A3A3A3. Windows color (decimal): -1017665 or 12548336. OLE color: 12548336.

HSL color Cylindrical-coordinate representation of color #F078BF: hue angle of 324.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 #F078BF is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 120 191 -
CMYK 0 0.5 0.20 0.06
HSL 324.5º 0.8% 0.71% -
HSV(B) 324.5º 0.5% 0.94% -
XYZ 52.06 35.72 53.44 -
YUV 163.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 240 120 191 0 0.5 0.20 0.06 324.5 0.8 0.71
Hex F0 78 BF 0 32 14 6 144 50 47
Octal 360 170 277 0 62 24 6 504 120 107
Binary 11110000 1111000 10111111 0 110010 10100 110 101000100 1010000 1000111

Color Harmonies of #F078BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F078BF

Black with #F078BF

Text Example


Text Example

White with #F078BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F078BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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