Html Css Color HEX #F57AC6 Tea Rose

📋 copy color: '#F57AC6'

red 245 ◦ green 122 ◦ blue 198

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

Shades of Tea Rose #F57AC6

Tints of Tea Rose #F57AC6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.59%

 BLUE value IS 198 (77.73% from 255) = 35.04%

R = 43.36%
G = 21.59%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F57AC6 (or 0xF57AC6) is known color: Tea Rose. HEX triplet: F5, 7A and C6. RGB value is (245,122,198). Sum of RGB (Red+Green+Blue) = 245+122+198=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57AC6 is #0A8539. Grayscale: #A7A7A7. Windows color (decimal): -689466 or 13007605. OLE color: 13007605.

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

Color convert

RGB 245 122 198 -
CMYK 0 0.50 0.19 0.04
HSL 322.93º 0.86% 0.72% -
HSV(B) 322.93º 0.5% 0.96% -
XYZ 54.81 37.41 57.76 -
YUV 167.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 245 122 198 0 0.50 0.19 0.04 322.93 0.86 0.72
Hex F5 7A C6 0 32 13 4 143 56 48
Octal 365 172 306 0 62 23 4 503 126 110
Binary 11110101 1111010 11000110 0 110010 10011 100 101000011 1010110 1001000

Color Harmonies of #F57AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57AC6

Black with #F57AC6

Text Example


Text Example

White with #F57AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57AC6; }

 p { color: rgb(245,122,198); }

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

background-color css

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

 a { background-color: rgb(245,122,198); }

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

border-color css

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

 span { border-color: rgb(245,122,198); }

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