Html Css Color HEX #F17CCC Tea Rose

📋 copy color: '#F17CCC'

red 241 ◦ green 124 ◦ blue 204

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

Shades of Tea Rose #F17CCC

Tints of Tea Rose #F17CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 42.36%
G = 21.79%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F17CCC (or 0xF17CCC) is known color: Tea Rose. HEX triplet: F1, 7C and CC. RGB value is (241,124,204). Sum of RGB (Red+Green+Blue) = 241+124+204=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CCC is #0E8333. Grayscale: #A7A7A7. Windows color (decimal): -951092 or 13401329. OLE color: 13401329.

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

Color convert

RGB 241 124 204 -
CMYK 0 0.49 0.15 0.05
HSL 318.97º 0.81% 0.72% -
HSV(B) 318.97º 0.49% 0.95% -
XYZ 54.38 37.48 61.49 -
YUV 168.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 241 124 204 0 0.49 0.15 0.05 318.97 0.81 0.72
Hex F1 7C CC 0 31 F 5 13F 51 48
Octal 361 174 314 0 61 17 5 477 121 110
Binary 11110001 1111100 11001100 0 110001 1111 101 100111111 1010001 1001000

Color Harmonies of #F17CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CCC

Black with #F17CCC

Text Example


Text Example

White with #F17CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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