Html Css Color HEX #F28EC0 Tea Rose

📋 copy color: '#F28EC0'

red 242 ◦ green 142 ◦ blue 192

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

Shades of Tea Rose #F28EC0

Tints of Tea Rose #F28EC0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.65%

 BLUE value IS 192 (75.39% from 255) = 33.33%

R = 42.01%
G = 24.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F28EC0 (or 0xF28EC0) is known color: Tea Rose. HEX triplet: F2, 8E and C0. RGB value is (242,142,192). Sum of RGB (Red+Green+Blue) = 242+142+192=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28EC0 is #0D713F. Grayscale: #B1B1B1. Windows color (decimal): -880960 or 12619506. OLE color: 12619506.

HSL color Cylindrical-coordinate representation of color #F28EC0: hue angle of 330º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28EC0 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 142 192 -
CMYK 0 0.41 0.21 0.05
HSL 330º 0.79% 0.75% -
HSV(B) 330º 0.41% 0.95% -
XYZ 55.81 42.03 55.04 -
YUV 177.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 242 142 192 0 0.41 0.21 0.05 330 0.79 0.75
Hex F2 8E C0 0 29 15 5 14A 4F 4B
Octal 362 216 300 0 51 25 5 512 117 113
Binary 11110010 10001110 11000000 0 101001 10101 101 101001010 1001111 1001011

Color Harmonies of #F28EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28EC0

Black with #F28EC0

Text Example


Text Example

White with #F28EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28EC0; }

 p { color: rgb(242,142,192); }

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

background-color css

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

 a { background-color: rgb(242,142,192); }

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

border-color css

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

 span { border-color: rgb(242,142,192); }

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