Html Css Color HEX #F078BA Persian Pink

📋 copy color: '#F078BA'

red 240 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #F078BA

Tints of Persian Pink #F078BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.07%

R = 43.96%
G = 21.98%
B = 34.07%

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

#F078BA (or 0xF078BA) is known color: Persian Pink. HEX triplet: F0, 78 and BA. RGB value is (240,120,186). Sum of RGB (Red+Green+Blue) = 240+120+186=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F078BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F078BA is #0F8745. Grayscale: #A3A3A3. Windows color (decimal): -1017670 or 12220656. OLE color: 12220656.

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

Color convert

RGB 240 120 186 -
CMYK 0 0.5 0.22 0.06
HSL 327º 0.8% 0.71% -
HSV(B) 327º 0.5% 0.94% -
XYZ 51.51 35.5 50.59 -
YUV 163.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 240 120 186 0 0.5 0.22 0.06 327 0.8 0.71
Hex F0 78 BA 0 32 16 6 147 50 47
Octal 360 170 272 0 62 26 6 507 120 107
Binary 11110000 1111000 10111010 0 110010 10110 110 101000111 1010000 1000111

Color Harmonies of #F078BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F078BA

Black with #F078BA

Text Example


Text Example

White with #F078BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F078BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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