Html Css Color HEX #F17DCF Tea Rose

📋 copy color: '#F17DCF'

red 241 ◦ green 125 ◦ blue 207

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

Shades of Tea Rose #F17DCF

Tints of Tea Rose #F17DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 42.06%
G = 21.82%
B = 36.13%

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

#F17DCF (or 0xF17DCF) is known color: Tea Rose. HEX triplet: F1, 7D and CF. RGB value is (241,125,207). Sum of RGB (Red+Green+Blue) = 241+125+207=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DCF is #0E8230. Grayscale: #A8A8A8. Windows color (decimal): -950833 or 13598193. OLE color: 13598193.

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

Color convert

RGB 241 125 207 -
CMYK 0 0.48 0.14 0.05
HSL 317.59º 0.81% 0.72% -
HSV(B) 317.59º 0.48% 0.95% -
XYZ 54.87 37.87 63.45 -
YUV 169.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 241 125 207 0 0.48 0.14 0.05 317.59 0.81 0.72
Hex F1 7D CF 0 30 E 5 13E 51 48
Octal 361 175 317 0 60 16 5 476 121 110
Binary 11110001 1111101 11001111 0 110000 1110 101 100111110 1010001 1001000

Color Harmonies of #F17DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DCF

Black with #F17DCF

Text Example


Text Example

White with #F17DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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