Html Css Color HEX #F57EC3 Tea Rose

📋 copy color: '#F57EC3'

red 245 ◦ green 126 ◦ blue 195

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

Shades of Tea Rose #F57EC3

Tints of Tea Rose #F57EC3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.26%

 BLUE value IS 195 (76.56% from 255) = 34.45%

R = 43.29%
G = 22.26%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F57EC3 (or 0xF57EC3) is known color: Tea Rose. HEX triplet: F5, 7E and C3. RGB value is (245,126,195). Sum of RGB (Red+Green+Blue) = 245+126+195=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57EC3 is #0A813C. Grayscale: #A9A9A9. Windows color (decimal): -688445 or 12812021. OLE color: 12812021.

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

Color convert

RGB 245 126 195 -
CMYK 0 0.49 0.20 0.04
HSL 325.21º 0.86% 0.73% -
HSV(B) 325.21º 0.49% 0.96% -
XYZ 54.97 38.27 56.12 -
YUV 169.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 245 126 195 0 0.49 0.20 0.04 325.21 0.86 0.73
Hex F5 7E C3 0 31 14 4 145 56 49
Octal 365 176 303 0 61 24 4 505 126 111
Binary 11110101 1111110 11000011 0 110001 10100 100 101000101 1010110 1001001

Color Harmonies of #F57EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57EC3

Black with #F57EC3

Text Example


Text Example

White with #F57EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57EC3; }

 p { color: rgb(245,126,195); }

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

background-color css

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

 a { background-color: rgb(245,126,195); }

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

border-color css

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

 span { border-color: rgb(245,126,195); }

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