Html Css Color HEX #F57BE2 Pale Magenta

📋 copy color: '#F57BE2'

red 245 ◦ green 123 ◦ blue 226

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

Shades of Pale Magenta #F57BE2

Tints of Pale Magenta #F57BE2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.71%

 BLUE value IS 226 (88.67% from 255) = 38.05%

R = 41.25%
G = 20.71%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F57BE2 (or 0xF57BE2) is known color: Pale Magenta. HEX triplet: F5, 7B and E2. RGB value is (245,123,226). Sum of RGB (Red+Green+Blue) = 245+123+226=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 123 (48.44% from 255 or 20.71% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BE2 is #0A841D. Grayscale: #AAAAAA. Windows color (decimal): -689182 or 14842869. OLE color: 14842869.

HSL color Cylindrical-coordinate representation of color #F57BE2: hue angle of 309.34º 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 #F57BE2 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 123 226 -
CMYK 0 0.50 0.08 0.04
HSL 309.34º 0.86% 0.72% -
HSV(B) 309.34º 0.5% 0.96% -
XYZ 58.47 39.07 76.41 -
YUV 171.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 245 123 226 0 0.50 0.08 0.04 309.34 0.86 0.72
Hex F5 7B E2 0 32 8 4 135 56 48
Octal 365 173 342 0 62 10 4 465 126 110
Binary 11110101 1111011 11100010 0 110010 1000 100 100110101 1010110 1001000

Color Harmonies of #F57BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57BE2

Black with #F57BE2

Text Example


Text Example

White with #F57BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57BE2; }

 p { color: rgb(245,123,226); }

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

background-color css

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

 a { background-color: rgb(245,123,226); }

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

border-color css

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

 span { border-color: rgb(245,123,226); }

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