Html Css Color HEX #F27ECE Tea Rose

📋 copy color: '#F27ECE'

red 242 ◦ green 126 ◦ blue 206

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

Shades of Tea Rose #F27ECE

Tints of Tea Rose #F27ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 42.16%
G = 21.95%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F27ECE (or 0xF27ECE) is known color: Tea Rose. HEX triplet: F2, 7E and CE. RGB value is (242,126,206). Sum of RGB (Red+Green+Blue) = 242+126+206=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ECE is #0D8131. Grayscale: #A9A9A9. Windows color (decimal): -885042 or 13532914. OLE color: 13532914.

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

Color convert

RGB 242 126 206 -
CMYK 0 0.48 0.15 0.05
HSL 318.62º 0.82% 0.72% -
HSV(B) 318.62º 0.48% 0.95% -
XYZ 55.22 38.26 62.87 -
YUV 169.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 242 126 206 0 0.48 0.15 0.05 318.62 0.82 0.72
Hex F2 7E CE 0 30 F 5 13F 52 48
Octal 362 176 316 0 60 17 5 477 122 110
Binary 11110010 1111110 11001110 0 110000 1111 101 100111111 1010010 1001000

Color Harmonies of #F27ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27ECE

Black with #F27ECE

Text Example


Text Example

White with #F27ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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