Html Css Color HEX #F957E5 Free Speech Magenta

📋 copy color: '#F957E5'

red 249 ◦ green 87 ◦ blue 229

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

Shades of Free Speech Magenta #F957E5

Tints of Free Speech Magenta #F957E5

RGB

 RED value IS 249 (97.66% from 255) = 44.07%

 GREEN value IS 87 (34.38% from 255) = 15.4%

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 44.07%
G = 15.4%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F957E5 (or 0xF957E5) is known color: Free Speech Magenta. HEX triplet: F9, 57 and E5. RGB value is (249,87,229). Sum of RGB (Red+Green+Blue) = 249+87+229=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 87 (34.38% from 255 or 15.40% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F957E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957E5 is #06A81A. Grayscale: #979797. Windows color (decimal): -436251 or 15030265. OLE color: 15030265.

HSL color Cylindrical-coordinate representation of color #F957E5: hue angle of 307.41º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F957E5 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 87 229 -
CMYK 0 0.65 0.08 0.02
HSL 307.41º 0.93% 0.66% -
HSV(B) 307.41º 0.65% 0.98% -
XYZ 56.62 32.61 77.44 -
YUV 151.63 171.67 197.45 -
System Red Green Blue C M Y K H S L
Decimal 249 87 229 0 0.65 0.08 0.02 307.41 0.93 0.66
Hex F9 57 E5 0 41 8 2 133 5D 42
Octal 371 127 345 0 101 10 2 463 135 102
Binary 11111001 1010111 11100101 0 1000001 1000 10 100110011 1011101 1000010

Color Harmonies of #F957E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F957E5

Black with #F957E5

Text Example


Text Example

White with #F957E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F957E5; }

 p { color: rgb(249,87,229); }

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

background-color css

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

 a { background-color: rgb(249,87,229); }

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

border-color css

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

 span { border-color: rgb(249,87,229); }

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