Html Css Color HEX #F17CC8 Tea Rose

📋 copy color: '#F17CC8'

red 241 ◦ green 124 ◦ blue 200

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

Shades of Tea Rose #F17CC8

Tints of Tea Rose #F17CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 42.65%
G = 21.95%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F17CC8 (or 0xF17CC8) is known color: Tea Rose. HEX triplet: F1, 7C and C8. RGB value is (241,124,200). Sum of RGB (Red+Green+Blue) = 241+124+200=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CC8 is #0E8337. Grayscale: #A7A7A7. Windows color (decimal): -951096 or 13139185. OLE color: 13139185.

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

Color convert

RGB 241 124 200 -
CMYK 0 0.49 0.17 0.05
HSL 321.03º 0.81% 0.72% -
HSV(B) 321.03º 0.49% 0.95% -
XYZ 53.91 37.29 59 -
YUV 167.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 241 124 200 0 0.49 0.17 0.05 321.03 0.81 0.72
Hex F1 7C C8 0 31 11 5 141 51 48
Octal 361 174 310 0 61 21 5 501 121 110
Binary 11110001 1111100 11001000 0 110001 10001 101 101000001 1010001 1001000

Color Harmonies of #F17CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CC8

Black with #F17CC8

Text Example


Text Example

White with #F17CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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