Html Css Color HEX #F078BC Persian Pink

📋 copy color: '#F078BC'

red 240 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #F078BC

Tints of Persian Pink #F078BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.31%

R = 43.8%
G = 21.9%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F078BC (or 0xF078BC) is known color: Persian Pink. HEX triplet: F0, 78 and BC. RGB value is (240,120,188). Sum of RGB (Red+Green+Blue) = 240+120+188=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F078BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F078BC is #0F8743. Grayscale: #A3A3A3. Windows color (decimal): -1017668 or 12351728. OLE color: 12351728.

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

Color convert

RGB 240 120 188 -
CMYK 0 0.5 0.22 0.06
HSL 326º 0.8% 0.71% -
HSV(B) 326º 0.5% 0.94% -
XYZ 51.73 35.59 51.72 -
YUV 163.63 141.76 182.47 -
System Red Green Blue C M Y K H S L
Decimal 240 120 188 0 0.5 0.22 0.06 326 0.8 0.71
Hex F0 78 BC 0 32 16 6 146 50 47
Octal 360 170 274 0 62 26 6 506 120 107
Binary 11110000 1111000 10111100 0 110010 10110 110 101000110 1010000 1000111

Color Harmonies of #F078BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F078BC

Black with #F078BC

Text Example


Text Example

White with #F078BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F078BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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