Html Css Color HEX #F17DCD Tea Rose

📋 copy color: '#F17DCD'

red 241 ◦ green 125 ◦ blue 205

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

Shades of Tea Rose #F17DCD

Tints of Tea Rose #F17DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.9%

R = 42.21%
G = 21.89%
B = 35.9%

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

#F17DCD (or 0xF17DCD) is known color: Tea Rose. HEX triplet: F1, 7D and CD. RGB value is (241,125,205). Sum of RGB (Red+Green+Blue) = 241+125+205=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DCD is #0E8232. Grayscale: #A8A8A8. Windows color (decimal): -950835 or 13467121. OLE color: 13467121.

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

Color convert

RGB 241 125 205 -
CMYK 0 0.48 0.15 0.05
HSL 318.62º 0.81% 0.72% -
HSV(B) 318.62º 0.48% 0.95% -
XYZ 54.63 37.78 62.17 -
YUV 168.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 241 125 205 0 0.48 0.15 0.05 318.62 0.81 0.72
Hex F1 7D CD 0 30 F 5 13F 51 48
Octal 361 175 315 0 60 17 5 477 121 110
Binary 11110001 1111101 11001101 0 110000 1111 101 100111111 1010001 1001000

Color Harmonies of #F17DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DCD

Black with #F17DCD

Text Example


Text Example

White with #F17DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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