Html Css Color HEX #F17DCE Tea Rose

📋 copy color: '#F17DCE'

red 241 ◦ green 125 ◦ blue 206

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

Shades of Tea Rose #F17DCE

Tints of Tea Rose #F17DCE

RGB

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

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

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

R = 42.13%
G = 21.85%
B = 36.01%

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

#F17DCE (or 0xF17DCE) is known color: Tea Rose. HEX triplet: F1, 7D and CE. RGB value is (241,125,206). Sum of RGB (Red+Green+Blue) = 241+125+206=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DCE is #0E8231. Grayscale: #A8A8A8. Windows color (decimal): -950834 or 13532657. OLE color: 13532657.

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

Color convert

RGB 241 125 206 -
CMYK 0 0.48 0.15 0.05
HSL 318.1º 0.81% 0.72% -
HSV(B) 318.1º 0.48% 0.95% -
XYZ 54.75 37.82 62.81 -
YUV 168.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 241 125 206 0 0.48 0.15 0.05 318.1 0.81 0.72
Hex F1 7D CE 0 30 F 5 13E 51 48
Octal 361 175 316 0 60 17 5 476 121 110
Binary 11110001 1111101 11001110 0 110000 1111 101 100111110 1010001 1001000

Color Harmonies of #F17DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DCE

Black with #F17DCE

Text Example


Text Example

White with #F17DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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