Html Css Color HEX #F17CCD Tea Rose

📋 copy color: '#F17CCD'

red 241 ◦ green 124 ◦ blue 205

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

Shades of Tea Rose #F17CCD

Tints of Tea Rose #F17CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.96%

R = 42.28%
G = 21.75%
B = 35.96%

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

#F17CCD (or 0xF17CCD) is known color: Tea Rose. HEX triplet: F1, 7C and CD. RGB value is (241,124,205). Sum of RGB (Red+Green+Blue) = 241+124+205=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CCD is #0E8332. Grayscale: #A8A8A8. Windows color (decimal): -951091 or 13466865. OLE color: 13466865.

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

Color convert

RGB 241 124 205 -
CMYK 0 0.49 0.15 0.05
HSL 318.46º 0.81% 0.72% -
HSV(B) 318.46º 0.49% 0.95% -
XYZ 54.5 37.52 62.13 -
YUV 168.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 241 124 205 0 0.49 0.15 0.05 318.46 0.81 0.72
Hex F1 7C CD 0 31 F 5 13E 51 48
Octal 361 174 315 0 61 17 5 476 121 110
Binary 11110001 1111100 11001101 0 110001 1111 101 100111110 1010001 1001000

Color Harmonies of #F17CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CCD

Black with #F17CCD

Text Example


Text Example

White with #F17CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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