Html Css Color HEX #F288BB Persian Pink

📋 copy color: '#F288BB'

red 242 ◦ green 136 ◦ blue 187

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

Shades of Persian Pink #F288BB

Tints of Persian Pink #F288BB

RGB

 RED value IS 242 (94.92% from 255) = 42.83%

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

 BLUE value IS 187 (73.44% from 255) = 33.1%

R = 42.83%
G = 24.07%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F288BB (or 0xF288BB) is known color: Persian Pink. HEX triplet: F2, 88 and BB. RGB value is (242,136,187). Sum of RGB (Red+Green+Blue) = 242+136+187=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F288BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288BB is #0D7744. Grayscale: #ADADAD. Windows color (decimal): -882501 or 12290290. OLE color: 12290290.

HSL color Cylindrical-coordinate representation of color #F288BB: hue angle of 331.13º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F288BB is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 136 187 -
CMYK 0 0.44 0.23 0.05
HSL 331.13º 0.8% 0.74% -
HSV(B) 331.13º 0.44% 0.95% -
XYZ 54.39 40.07 51.88 -
YUV 173.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 242 136 187 0 0.44 0.23 0.05 331.13 0.8 0.74
Hex F2 88 BB 0 2C 17 5 14B 50 4A
Octal 362 210 273 0 54 27 5 513 120 112
Binary 11110010 10001000 10111011 0 101100 10111 101 101001011 1010000 1001010

Color Harmonies of #F288BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F288BB

Black with #F288BB

Text Example


Text Example

White with #F288BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F288BB; }

 p { color: rgb(242,136,187); }

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

background-color css

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

 a { background-color: rgb(242,136,187); }

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

border-color css

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

 span { border-color: rgb(242,136,187); }

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