Html Css Color HEX #F17DD0 Tea Rose

📋 copy color: '#F17DD0'

red 241 ◦ green 125 ◦ blue 208

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

Shades of Tea Rose #F17DD0

Tints of Tea Rose #F17DD0

RGB

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

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

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

R = 41.99%
G = 21.78%
B = 36.24%

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

#F17DD0 (or 0xF17DD0) is known color: Tea Rose. HEX triplet: F1, 7D and D0. RGB value is (241,125,208). Sum of RGB (Red+Green+Blue) = 241+125+208=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DD0 is #0E822F. Grayscale: #A8A8A8. Windows color (decimal): -950832 or 13663729. OLE color: 13663729.

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

Color convert

RGB 241 125 208 -
CMYK 0 0.48 0.14 0.05
HSL 317.07º 0.81% 0.72% -
HSV(B) 317.07º 0.48% 0.95% -
XYZ 54.99 37.92 64.1 -
YUV 169.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 241 125 208 0 0.48 0.14 0.05 317.07 0.81 0.72
Hex F1 7D D0 0 30 E 5 13D 51 48
Octal 361 175 320 0 60 16 5 475 121 110
Binary 11110001 1111101 11010000 0 110000 1110 101 100111101 1010001 1001000

Color Harmonies of #F17DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DD0

Black with #F17DD0

Text Example


Text Example

White with #F17DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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