Html Css Color HEX #F288CC Tea Rose

📋 copy color: '#F288CC'

red 242 ◦ green 136 ◦ blue 204

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

Shades of Tea Rose #F288CC

Tints of Tea Rose #F288CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.05%

R = 41.58%
G = 23.37%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F288CC (or 0xF288CC) is known color: Tea Rose. HEX triplet: F2, 88 and CC. RGB value is (242,136,204). Sum of RGB (Red+Green+Blue) = 242+136+204=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F288CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288CC is #0D7733. Grayscale: #AFAFAF. Windows color (decimal): -882484 or 13404402. OLE color: 13404402.

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

Color convert

RGB 242 136 204 -
CMYK 0 0.44 0.16 0.05
HSL 321.51º 0.8% 0.74% -
HSV(B) 321.51º 0.44% 0.95% -
XYZ 56.32 40.85 62.04 -
YUV 175.45 144.12 175.47 -
System Red Green Blue C M Y K H S L
Decimal 242 136 204 0 0.44 0.16 0.05 321.51 0.8 0.74
Hex F2 88 CC 0 2C 10 5 142 50 4A
Octal 362 210 314 0 54 20 5 502 120 112
Binary 11110010 10001000 11001100 0 101100 10000 101 101000010 1010000 1001010

Color Harmonies of #F288CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F288CC

Black with #F288CC

Text Example


Text Example

White with #F288CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F288CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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