Html Css Color HEX #F288CD Tea Rose

📋 copy color: '#F288CD'

red 242 ◦ green 136 ◦ blue 205

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

Shades of Tea Rose #F288CD

Tints of Tea Rose #F288CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.16%

R = 41.51%
G = 23.33%
B = 35.16%

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

#F288CD (or 0xF288CD) is known color: Tea Rose. HEX triplet: F2, 88 and CD. RGB value is (242,136,205). Sum of RGB (Red+Green+Blue) = 242+136+205=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F288CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288CD is #0D7732. Grayscale: #AFAFAF. Windows color (decimal): -882483 or 13469938. OLE color: 13469938.

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

Color convert

RGB 242 136 205 -
CMYK 0 0.44 0.15 0.05
HSL 320.94º 0.8% 0.74% -
HSV(B) 320.94º 0.44% 0.95% -
XYZ 56.44 40.89 62.68 -
YUV 175.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 242 136 205 0 0.44 0.15 0.05 320.94 0.8 0.74
Hex F2 88 CD 0 2C F 5 141 50 4A
Octal 362 210 315 0 54 17 5 501 120 112
Binary 11110010 10001000 11001101 0 101100 1111 101 101000001 1010000 1001010

Color Harmonies of #F288CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F288CD

Black with #F288CD

Text Example


Text Example

White with #F288CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F288CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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