Html Css Color HEX #F17DC9 Tea Rose

📋 copy color: '#F17DC9'

red 241 ◦ green 125 ◦ blue 201

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

Shades of Tea Rose #F17DC9

Tints of Tea Rose #F17DC9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.05%

 BLUE value IS 201 (78.91% from 255) = 35.45%

R = 42.5%
G = 22.05%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F17DC9 (or 0xF17DC9) is known color: Tea Rose. HEX triplet: F1, 7D and C9. RGB value is (241,125,201). Sum of RGB (Red+Green+Blue) = 241+125+201=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DC9 is #0E8236. Grayscale: #A8A8A8. Windows color (decimal): -950839 or 13204977. OLE color: 13204977.

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

Color convert

RGB 241 125 201 -
CMYK 0 0.48 0.17 0.05
HSL 320.69º 0.81% 0.72% -
HSV(B) 320.69º 0.48% 0.95% -
XYZ 54.15 37.59 59.66 -
YUV 168.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 241 125 201 0 0.48 0.17 0.05 320.69 0.81 0.72
Hex F1 7D C9 0 30 11 5 141 51 48
Octal 361 175 311 0 60 21 5 501 121 110
Binary 11110001 1111101 11001001 0 110000 10001 101 101000001 1010001 1001000

Color Harmonies of #F17DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DC9

Black with #F17DC9

Text Example


Text Example

White with #F17DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DC9; }

 p { color: rgb(241,125,201); }

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

background-color css

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

 a { background-color: rgb(241,125,201); }

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

border-color css

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

 span { border-color: rgb(241,125,201); }

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