Html Css Color HEX #F27ED0 Tea Rose

📋 copy color: '#F27ED0'

red 242 ◦ green 126 ◦ blue 208

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

Shades of Tea Rose #F27ED0

Tints of Tea Rose #F27ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.11%

R = 42.01%
G = 21.88%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F27ED0 (or 0xF27ED0) is known color: Tea Rose. HEX triplet: F2, 7E and D0. RGB value is (242,126,208). Sum of RGB (Red+Green+Blue) = 242+126+208=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ED0 is #0D812F. Grayscale: #A9A9A9. Windows color (decimal): -885040 or 13663986. OLE color: 13663986.

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

Color convert

RGB 242 126 208 -
CMYK 0 0.48 0.14 0.05
HSL 317.59º 0.82% 0.72% -
HSV(B) 317.59º 0.48% 0.95% -
XYZ 55.46 38.35 64.15 -
YUV 170.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 242 126 208 0 0.48 0.14 0.05 317.59 0.82 0.72
Hex F2 7E D0 0 30 E 5 13E 52 48
Octal 362 176 320 0 60 16 5 476 122 110
Binary 11110010 1111110 11010000 0 110000 1110 101 100111110 1010010 1001000

Color Harmonies of #F27ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27ED0

Black with #F27ED0

Text Example


Text Example

White with #F27ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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