Html Css Color HEX #F57BE6 Pale Magenta

📋 copy color: '#F57BE6'

red 245 ◦ green 123 ◦ blue 230

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

Shades of Pale Magenta #F57BE6

Tints of Pale Magenta #F57BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.46%

R = 40.97%
G = 20.57%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F57BE6 (or 0xF57BE6) is known color: Pale Magenta. HEX triplet: F5, 7B and E6. RGB value is (245,123,230). Sum of RGB (Red+Green+Blue) = 245+123+230=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 123 (48.44% from 255 or 20.57% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57BE6 is #0A8419. Grayscale: #ABABAB. Windows color (decimal): -689178 or 15105013. OLE color: 15105013.

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

Color convert

RGB 245 123 230 -
CMYK 0 0.50 0.06 0.04
HSL 307.38º 0.86% 0.72% -
HSV(B) 307.38º 0.5% 0.96% -
XYZ 59.02 39.29 79.34 -
YUV 171.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 245 123 230 0 0.50 0.06 0.04 307.38 0.86 0.72
Hex F5 7B E6 0 32 6 4 133 56 48
Octal 365 173 346 0 62 6 4 463 126 110
Binary 11110101 1111011 11100110 0 110010 110 100 100110011 1010110 1001000

Color Harmonies of #F57BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57BE6

Black with #F57BE6

Text Example


Text Example

White with #F57BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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