Html Css Color HEX #F17ED0 Tea Rose

📋 copy color: '#F17ED0'

red 241 ◦ green 126 ◦ blue 208

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

Shades of Tea Rose #F17ED0

Tints of Tea Rose #F17ED0

RGB

 RED value IS 241 (94.53% from 255) = 41.91%

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

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

R = 41.91%
G = 21.91%
B = 36.17%

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

#F17ED0 (or 0xF17ED0) is known color: Tea Rose. HEX triplet: F1, 7E and D0. RGB value is (241,126,208). Sum of RGB (Red+Green+Blue) = 241+126+208=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ED0 is #0E812F. Grayscale: #A9A9A9. Windows color (decimal): -950576 or 13663985. OLE color: 13663985.

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

Color convert

RGB 241 126 208 -
CMYK 0 0.48 0.14 0.05
HSL 317.22º 0.8% 0.72% -
HSV(B) 317.22º 0.48% 0.95% -
XYZ 55.12 38.18 64.14 -
YUV 169.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 241 126 208 0 0.48 0.14 0.05 317.22 0.8 0.72
Hex F1 7E D0 0 30 E 5 13D 50 48
Octal 361 176 320 0 60 16 5 475 120 110
Binary 11110001 1111110 11010000 0 110000 1110 101 100111101 1010000 1001000

Color Harmonies of #F17ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17ED0

Black with #F17ED0

Text Example


Text Example

White with #F17ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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