Html Css Color HEX #F17CCA Tea Rose

📋 copy color: '#F17CCA'

red 241 ◦ green 124 ◦ blue 202

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

Shades of Tea Rose #F17CCA

Tints of Tea Rose #F17CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 42.5%
G = 21.87%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F17CCA (or 0xF17CCA) is known color: Tea Rose. HEX triplet: F1, 7C and CA. RGB value is (241,124,202). Sum of RGB (Red+Green+Blue) = 241+124+202=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CCA is #0E8335. Grayscale: #A7A7A7. Windows color (decimal): -951094 or 13270257. OLE color: 13270257.

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

Color convert

RGB 241 124 202 -
CMYK 0 0.49 0.16 0.05
HSL 320º 0.81% 0.72% -
HSV(B) 320º 0.49% 0.95% -
XYZ 54.14 37.38 60.24 -
YUV 167.88 147.26 180.16 -
System Red Green Blue C M Y K H S L
Decimal 241 124 202 0 0.49 0.16 0.05 320 0.81 0.72
Hex F1 7C CA 0 31 10 5 140 51 48
Octal 361 174 312 0 61 20 5 500 121 110
Binary 11110001 1111100 11001010 0 110001 10000 101 101000000 1010001 1001000

Color Harmonies of #F17CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CCA

Black with #F17CCA

Text Example


Text Example

White with #F17CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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