Html Css Color HEX #F289CC Tea Rose

📋 copy color: '#F289CC'

red 242 ◦ green 137 ◦ blue 204

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

Shades of Tea Rose #F289CC

Tints of Tea Rose #F289CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.5%

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

R = 41.51%
G = 23.5%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F289CC (or 0xF289CC) is known color: Tea Rose. HEX triplet: F2, 89 and CC. RGB value is (242,137,204). Sum of RGB (Red+Green+Blue) = 242+137+204=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F289CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289CC is #0D7633. Grayscale: #AFAFAF. Windows color (decimal): -882228 or 13404658. OLE color: 13404658.

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

Color convert

RGB 242 137 204 -
CMYK 0 0.43 0.16 0.05
HSL 321.71º 0.8% 0.74% -
HSV(B) 321.71º 0.43% 0.95% -
XYZ 56.46 41.13 62.09 -
YUV 176.03 143.79 175.05 -
System Red Green Blue C M Y K H S L
Decimal 242 137 204 0 0.43 0.16 0.05 321.71 0.8 0.74
Hex F2 89 CC 0 2B 10 5 142 50 4A
Octal 362 211 314 0 53 20 5 502 120 112
Binary 11110010 10001001 11001100 0 101011 10000 101 101000010 1010000 1001010

Color Harmonies of #F289CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289CC

Black with #F289CC

Text Example


Text Example

White with #F289CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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