Html Css Color HEX #F088B9 Persian Pink

📋 copy color: '#F088B9'

red 240 ◦ green 136 ◦ blue 185

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

Shades of Persian Pink #F088B9

Tints of Persian Pink #F088B9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.24%

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

R = 42.78%
G = 24.24%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F088B9 (or 0xF088B9) is known color: Persian Pink. HEX triplet: F0, 88 and B9. RGB value is (240,136,185). Sum of RGB (Red+Green+Blue) = 240+136+185=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F088B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088B9 is #0F7746. Grayscale: #ACACAC. Windows color (decimal): -1013575 or 12159216. OLE color: 12159216.

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

Color convert

RGB 240 136 185 -
CMYK 0 0.43 0.23 0.06
HSL 331.73º 0.78% 0.74% -
HSV(B) 331.73º 0.43% 0.94% -
XYZ 53.5 39.64 50.73 -
YUV 172.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 240 136 185 0 0.43 0.23 0.06 331.73 0.78 0.74
Hex F0 88 B9 0 2B 17 6 14C 4E 4A
Octal 360 210 271 0 53 27 6 514 116 112
Binary 11110000 10001000 10111001 0 101011 10111 110 101001100 1001110 1001010

Color Harmonies of #F088B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F088B9

Black with #F088B9

Text Example


Text Example

White with #F088B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F088B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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