Html Css Color HEX #F17FC7 Tea Rose

📋 copy color: '#F17FC7'

red 241 ◦ green 127 ◦ blue 199

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

Shades of Tea Rose #F17FC7

Tints of Tea Rose #F17FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.1%

R = 42.5%
G = 22.4%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F17FC7 (or 0xF17FC7) is known color: Tea Rose. HEX triplet: F1, 7F and C7. RGB value is (241,127,199). Sum of RGB (Red+Green+Blue) = 241+127+199=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FC7 is #0E8038. Grayscale: #A9A9A9. Windows color (decimal): -950329 or 13074417. OLE color: 13074417.

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

Color convert

RGB 241 127 199 -
CMYK 0 0.47 0.17 0.05
HSL 322.11º 0.8% 0.72% -
HSV(B) 322.11º 0.47% 0.95% -
XYZ 54.17 38 58.51 -
YUV 169.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 241 127 199 0 0.47 0.17 0.05 322.11 0.8 0.72
Hex F1 7F C7 0 2F 11 5 142 50 48
Octal 361 177 307 0 57 21 5 502 120 110
Binary 11110001 1111111 11000111 0 101111 10001 101 101000010 1010000 1001000

Color Harmonies of #F17FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FC7

Black with #F17FC7

Text Example


Text Example

White with #F17FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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