Html Css Color HEX #F080B9 Persian Pink

📋 copy color: '#F080B9'

red 240 ◦ green 128 ◦ blue 185

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

Shades of Persian Pink #F080B9

Tints of Persian Pink #F080B9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.15%

 BLUE value IS 185 (72.66% from 255) = 33.45%

R = 43.4%
G = 23.15%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F080B9 (or 0xF080B9) is known color: Persian Pink. HEX triplet: F0, 80 and B9. RGB value is (240,128,185). Sum of RGB (Red+Green+Blue) = 240+128+185=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F080B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080B9 is #0F7F46. Grayscale: #A7A7A7. Windows color (decimal): -1015623 or 12157168. OLE color: 12157168.

HSL color Cylindrical-coordinate representation of color #F080B9: hue angle of 329.46º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080B9 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 185 -
CMYK 0 0.47 0.23 0.06
HSL 329.46º 0.79% 0.72% -
HSV(B) 329.46º 0.47% 0.94% -
XYZ 52.41 37.47 50.37 -
YUV 167.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 240 128 185 0 0.47 0.23 0.06 329.46 0.79 0.72
Hex F0 80 B9 0 2F 17 6 149 4F 48
Octal 360 200 271 0 57 27 6 511 117 110
Binary 11110000 10000000 10111001 0 101111 10111 110 101001001 1001111 1001000

Color Harmonies of #F080B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080B9

Black with #F080B9

Text Example


Text Example

White with #F080B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080B9; }

 p { color: rgb(240,128,185); }

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

background-color css

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

 a { background-color: rgb(240,128,185); }

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

border-color css

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

 span { border-color: rgb(240,128,185); }

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