Html Css Color HEX #F088B8 Persian Pink

📋 copy color: '#F088B8'

red 240 ◦ green 136 ◦ blue 184

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

Shades of Persian Pink #F088B8

Tints of Persian Pink #F088B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.86%

R = 42.86%
G = 24.29%
B = 32.86%

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

#F088B8 (or 0xF088B8) is known color: Persian Pink. HEX triplet: F0, 88 and B8. RGB value is (240,136,184). Sum of RGB (Red+Green+Blue) = 240+136+184=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F088B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088B8 is #0F7747. Grayscale: #ACACAC. Windows color (decimal): -1013576 or 12093680. OLE color: 12093680.

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

Color convert

RGB 240 136 184 -
CMYK 0 0.43 0.23 0.06
HSL 332.31º 0.78% 0.74% -
HSV(B) 332.31º 0.43% 0.94% -
XYZ 53.39 39.59 50.18 -
YUV 172.57 134.46 176.1 -
System Red Green Blue C M Y K H S L
Decimal 240 136 184 0 0.43 0.23 0.06 332.31 0.78 0.74
Hex F0 88 B8 0 2B 17 6 14C 4E 4A
Octal 360 210 270 0 53 27 6 514 116 112
Binary 11110000 10001000 10111000 0 101011 10111 110 101001100 1001110 1001010

Color Harmonies of #F088B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F088B8

Black with #F088B8

Text Example


Text Example

White with #F088B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F088B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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