Html Css Color HEX #F957D3 Free Speech Magenta

📋 copy color: '#F957D3'

red 249 ◦ green 87 ◦ blue 211

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

Shades of Free Speech Magenta #F957D3

Tints of Free Speech Magenta #F957D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.57%

R = 45.52%
G = 15.9%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F957D3 (or 0xF957D3) is known color: Free Speech Magenta. HEX triplet: F9, 57 and D3. RGB value is (249,87,211). Sum of RGB (Red+Green+Blue) = 249+87+211=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 87 (34.38% from 255 or 15.90% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F957D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957D3 is #06A82C. Grayscale: #959595. Windows color (decimal): -436269 or 13850617. OLE color: 13850617.

HSL color Cylindrical-coordinate representation of color #F957D3: hue angle of 314.07º 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 #F957D3 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 87 211 -
CMYK 0 0.65 0.15 0.02
HSL 314.07º 0.93% 0.66% -
HSV(B) 314.07º 0.65% 0.98% -
XYZ 54.23 31.66 64.88 -
YUV 149.57 162.67 198.92 -
System Red Green Blue C M Y K H S L
Decimal 249 87 211 0 0.65 0.15 0.02 314.07 0.93 0.66
Hex F9 57 D3 0 41 F 2 13A 5D 42
Octal 371 127 323 0 101 17 2 472 135 102
Binary 11111001 1010111 11010011 0 1000001 1111 10 100111010 1011101 1000010

Color Harmonies of #F957D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F957D3

Black with #F957D3

Text Example


Text Example

White with #F957D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F957D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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