Html Css Color HEX #F288C8 Tea Rose

📋 copy color: '#F288C8'

red 242 ◦ green 136 ◦ blue 200

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

Shades of Tea Rose #F288C8

Tints of Tea Rose #F288C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.6%

R = 41.87%
G = 23.53%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F288C8 (or 0xF288C8) is known color: Tea Rose. HEX triplet: F2, 88 and C8. RGB value is (242,136,200). Sum of RGB (Red+Green+Blue) = 242+136+200=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F288C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288C8 is #0D7737. Grayscale: #AEAEAE. Windows color (decimal): -882488 or 13142258. OLE color: 13142258.

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

Color convert

RGB 242 136 200 -
CMYK 0 0.44 0.17 0.05
HSL 323.77º 0.8% 0.74% -
HSV(B) 323.77º 0.44% 0.95% -
XYZ 55.85 40.66 59.55 -
YUV 174.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 242 136 200 0 0.44 0.17 0.05 323.77 0.8 0.74
Hex F2 88 C8 0 2C 11 5 144 50 4A
Octal 362 210 310 0 54 21 5 504 120 112
Binary 11110010 10001000 11001000 0 101100 10001 101 101000100 1010000 1001010

Color Harmonies of #F288C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F288C8

Black with #F288C8

Text Example


Text Example

White with #F288C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F288C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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