Html Css Color HEX #F17CC5 Tea Rose

📋 copy color: '#F17CC5'

red 241 ◦ green 124 ◦ blue 197

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

Shades of Tea Rose #F17CC5

Tints of Tea Rose #F17CC5

RGB

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

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

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

R = 42.88%
G = 22.06%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F17CC5 (or 0xF17CC5) is known color: Tea Rose. HEX triplet: F1, 7C and C5. RGB value is (241,124,197). Sum of RGB (Red+Green+Blue) = 241+124+197=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CC5 is #0E833A. Grayscale: #A7A7A7. Windows color (decimal): -951099 or 12942577. OLE color: 12942577.

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

Color convert

RGB 241 124 197 -
CMYK 0 0.49 0.18 0.05
HSL 322.56º 0.81% 0.72% -
HSV(B) 322.56º 0.49% 0.95% -
XYZ 53.56 37.15 57.17 -
YUV 167.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 241 124 197 0 0.49 0.18 0.05 322.56 0.81 0.72
Hex F1 7C C5 0 31 12 5 143 51 48
Octal 361 174 305 0 61 22 5 503 121 110
Binary 11110001 1111100 11000101 0 110001 10010 101 101000011 1010001 1001000

Color Harmonies of #F17CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CC5

Black with #F17CC5

Text Example


Text Example

White with #F17CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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