Html Css Color HEX #F17CD1 Tea Rose

📋 copy color: '#F17CD1'

red 241 ◦ green 124 ◦ blue 209

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

Shades of Tea Rose #F17CD1

Tints of Tea Rose #F17CD1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.6%

 BLUE value IS 209 (82.03% from 255) = 36.41%

R = 41.99%
G = 21.6%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F17CD1 (or 0xF17CD1) is known color: Tea Rose. HEX triplet: F1, 7C and D1. RGB value is (241,124,209). Sum of RGB (Red+Green+Blue) = 241+124+209=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CD1 is #0E832E. Grayscale: #A8A8A8. Windows color (decimal): -951087 or 13729009. OLE color: 13729009.

HSL color Cylindrical-coordinate representation of color #F17CD1: hue angle of 316.41º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17CD1 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 124 209 -
CMYK 0 0.49 0.13 0.05
HSL 316.41º 0.81% 0.72% -
HSV(B) 316.41º 0.49% 0.95% -
XYZ 54.99 37.72 64.7 -
YUV 168.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 241 124 209 0 0.49 0.13 0.05 316.41 0.81 0.72
Hex F1 7C D1 0 31 D 5 13C 51 48
Octal 361 174 321 0 61 15 5 474 121 110
Binary 11110001 1111100 11010001 0 110001 1101 101 100111100 1010001 1001000

Color Harmonies of #F17CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CD1

Black with #F17CD1

Text Example


Text Example

White with #F17CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CD1; }

 p { color: rgb(241,124,209); }

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

background-color css

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

 a { background-color: rgb(241,124,209); }

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

border-color css

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

 span { border-color: rgb(241,124,209); }

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