Html Css Color HEX #F288CE Tea Rose

📋 copy color: '#F288CE'

red 242 ◦ green 136 ◦ blue 206

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

Shades of Tea Rose #F288CE

Tints of Tea Rose #F288CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 41.44%
G = 23.29%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F288CE (or 0xF288CE) is known color: Tea Rose. HEX triplet: F2, 88 and CE. RGB value is (242,136,206). Sum of RGB (Red+Green+Blue) = 242+136+206=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F288CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288CE is #0D7731. Grayscale: #AFAFAF. Windows color (decimal): -882482 or 13535474. OLE color: 13535474.

HSL color Cylindrical-coordinate representation of color #F288CE: hue angle of 320.38º 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 #F288CE is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 136 206 -
CMYK 0 0.44 0.15 0.05
HSL 320.38º 0.8% 0.74% -
HSV(B) 320.38º 0.44% 0.95% -
XYZ 56.56 40.94 63.31 -
YUV 175.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 242 136 206 0 0.44 0.15 0.05 320.38 0.8 0.74
Hex F2 88 CE 0 2C F 5 140 50 4A
Octal 362 210 316 0 54 17 5 500 120 112
Binary 11110010 10001000 11001110 0 101100 1111 101 101000000 1010000 1001010

Color Harmonies of #F288CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F288CE

Black with #F288CE

Text Example


Text Example

White with #F288CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F288CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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