Html Css Color HEX #F57CCF Tea Rose

📋 copy color: '#F57CCF'

red 245 ◦ green 124 ◦ blue 207

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

Shades of Tea Rose #F57CCF

Tints of Tea Rose #F57CCF

RGB

 RED value IS 245 (96.09% from 255) = 42.53%

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

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

R = 42.53%
G = 21.53%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F57CCF (or 0xF57CCF) is known color: Tea Rose. HEX triplet: F5, 7C and CF. RGB value is (245,124,207). Sum of RGB (Red+Green+Blue) = 245+124+207=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57CCF is #0A8330. Grayscale: #A9A9A9. Windows color (decimal): -688945 or 13597941. OLE color: 13597941.

HSL color Cylindrical-coordinate representation of color #F57CCF: hue angle of 318.84º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57CCF is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 124 207 -
CMYK 0 0.49 0.16 0.04
HSL 318.84º 0.86% 0.72% -
HSV(B) 318.84º 0.49% 0.96% -
XYZ 56.13 38.33 63.47 -
YUV 169.64 149.09 181.75 -
System Red Green Blue C M Y K H S L
Decimal 245 124 207 0 0.49 0.16 0.04 318.84 0.86 0.72
Hex F5 7C CF 0 31 10 4 13F 56 48
Octal 365 174 317 0 61 20 4 477 126 110
Binary 11110101 1111100 11001111 0 110001 10000 100 100111111 1010110 1001000

Color Harmonies of #F57CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57CCF

Black with #F57CCF

Text Example


Text Example

White with #F57CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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