Html Css Color HEX #F17CCF Tea Rose

📋 copy color: '#F17CCF'

red 241 ◦ green 124 ◦ blue 207

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

Shades of Tea Rose #F17CCF

Tints of Tea Rose #F17CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 42.13%
G = 21.68%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F17CCF (or 0xF17CCF) is known color: Tea Rose. HEX triplet: F1, 7C and CF. RGB value is (241,124,207). Sum of RGB (Red+Green+Blue) = 241+124+207=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CCF is #0E8330. Grayscale: #A8A8A8. Windows color (decimal): -951089 or 13597937. OLE color: 13597937.

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

Color convert

RGB 241 124 207 -
CMYK 0 0.49 0.14 0.05
HSL 317.44º 0.81% 0.72% -
HSV(B) 317.44º 0.49% 0.95% -
XYZ 54.75 37.62 63.41 -
YUV 168.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 241 124 207 0 0.49 0.14 0.05 317.44 0.81 0.72
Hex F1 7C CF 0 31 E 5 13D 51 48
Octal 361 174 317 0 61 16 5 475 121 110
Binary 11110001 1111100 11001111 0 110001 1110 101 100111101 1010001 1001000

Color Harmonies of #F17CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17CCF

Black with #F17CCF

Text Example


Text Example

White with #F17CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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