Html Css Color HEX #F17FC5 Tea Rose

📋 copy color: '#F17FC5'

red 241 ◦ green 127 ◦ blue 197

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

Shades of Tea Rose #F17FC5

Tints of Tea Rose #F17FC5

RGB

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

 GREEN value IS 127 (50% from 255) = 22.48%

 BLUE value IS 197 (77.34% from 255) = 34.87%

R = 42.65%
G = 22.48%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F17FC5 (or 0xF17FC5) is known color: Tea Rose. HEX triplet: F1, 7F and C5. RGB value is (241,127,197). Sum of RGB (Red+Green+Blue) = 241+127+197=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FC5 is #0E803A. Grayscale: #A8A8A8. Windows color (decimal): -950331 or 12943345. OLE color: 12943345.

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

Color convert

RGB 241 127 197 -
CMYK 0 0.47 0.18 0.05
HSL 323.16º 0.8% 0.72% -
HSV(B) 323.16º 0.47% 0.95% -
XYZ 53.94 37.91 57.3 -
YUV 169.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 241 127 197 0 0.47 0.18 0.05 323.16 0.8 0.72
Hex F1 7F C5 0 2F 12 5 143 50 48
Octal 361 177 305 0 57 22 5 503 120 110
Binary 11110001 1111111 11000101 0 101111 10010 101 101000011 1010000 1001000

Color Harmonies of #F17FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FC5

Black with #F17FC5

Text Example


Text Example

White with #F17FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FC5; }

 p { color: rgb(241,127,197); }

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

background-color css

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

 a { background-color: rgb(241,127,197); }

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

border-color css

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

 span { border-color: rgb(241,127,197); }

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