Html Css Color HEX #F285C9 Tea Rose

📋 copy color: '#F285C9'

red 242 ◦ green 133 ◦ blue 201

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

Shades of Tea Rose #F285C9

Tints of Tea Rose #F285C9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.09%

 BLUE value IS 201 (78.91% from 255) = 34.9%

R = 42.01%
G = 23.09%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F285C9 (or 0xF285C9) is known color: Tea Rose. HEX triplet: F2, 85 and C9. RGB value is (242,133,201). Sum of RGB (Red+Green+Blue) = 242+133+201=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F285C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285C9 is #0D7A36. Grayscale: #ADADAD. Windows color (decimal): -883255 or 13207026. OLE color: 13207026.

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

Color convert

RGB 242 133 201 -
CMYK 0 0.45 0.17 0.05
HSL 322.57º 0.81% 0.74% -
HSV(B) 322.57º 0.45% 0.95% -
XYZ 55.55 39.87 60.03 -
YUV 173.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 242 133 201 0 0.45 0.17 0.05 322.57 0.81 0.74
Hex F2 85 C9 0 2D 11 5 143 51 4A
Octal 362 205 311 0 55 21 5 503 121 112
Binary 11110010 10000101 11001001 0 101101 10001 101 101000011 1010001 1001010

Color Harmonies of #F285C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F285C9

Black with #F285C9

Text Example


Text Example

White with #F285C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F285C9; }

 p { color: rgb(242,133,201); }

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

background-color css

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

 a { background-color: rgb(242,133,201); }

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

border-color css

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

 span { border-color: rgb(242,133,201); }

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