Html Css Color HEX #F27ECB Tea Rose

📋 copy color: '#F27ECB'

red 242 ◦ green 126 ◦ blue 203

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

Shades of Tea Rose #F27ECB

Tints of Tea Rose #F27ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.07%

 BLUE value IS 203 (79.69% from 255) = 35.55%

R = 42.38%
G = 22.07%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F27ECB (or 0xF27ECB) is known color: Tea Rose. HEX triplet: F2, 7E and CB. RGB value is (242,126,203). Sum of RGB (Red+Green+Blue) = 242+126+203=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ECB is #0D8134. Grayscale: #A9A9A9. Windows color (decimal): -885045 or 13336306. OLE color: 13336306.

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

Color convert

RGB 242 126 203 -
CMYK 0 0.48 0.16 0.05
HSL 320.17º 0.82% 0.72% -
HSV(B) 320.17º 0.48% 0.95% -
XYZ 54.86 38.11 60.96 -
YUV 169.46 146.93 179.74 -
System Red Green Blue C M Y K H S L
Decimal 242 126 203 0 0.48 0.16 0.05 320.17 0.82 0.72
Hex F2 7E CB 0 30 10 5 140 52 48
Octal 362 176 313 0 60 20 5 500 122 110
Binary 11110010 1111110 11001011 0 110000 10000 101 101000000 1010010 1001000

Color Harmonies of #F27ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27ECB

Black with #F27ECB

Text Example


Text Example

White with #F27ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27ECB; }

 p { color: rgb(242,126,203); }

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

background-color css

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

 a { background-color: rgb(242,126,203); }

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

border-color css

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

 span { border-color: rgb(242,126,203); }

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