Html Css Color HEX #F17CCE Tea Rose

📋 copy color: '#F17CCE'

red 241 ◦ green 124 ◦ blue 206

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

Shades of Tea Rose #F17CCE

Tints of Tea Rose #F17CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 42.21%
G = 21.72%
B = 36.08%

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

#F17CCE (or 0xF17CCE) is known color: Tea Rose. HEX triplet: F1, 7C and CE. RGB value is (241,124,206). Sum of RGB (Red+Green+Blue) = 241+124+206=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CCE is #0E8331. Grayscale: #A8A8A8. Windows color (decimal): -951090 or 13532401. OLE color: 13532401.

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

Color convert

RGB 241 124 206 -
CMYK 0 0.49 0.15 0.05
HSL 317.95º 0.81% 0.72% -
HSV(B) 317.95º 0.49% 0.95% -
XYZ 54.62 37.57 62.77 -
YUV 168.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 241 124 206 0 0.49 0.15 0.05 317.95 0.81 0.72
Hex F1 7C CE 0 31 F 5 13E 51 48
Octal 361 174 316 0 61 17 5 476 121 110
Binary 11110001 1111100 11001110 0 110001 1111 101 100111110 1010001 1001000

Color Harmonies of #F17CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CCE

Black with #F17CCE

Text Example


Text Example

White with #F17CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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