Html Css Color HEX #F957DF Free Speech Magenta

📋 copy color: '#F957DF'

red 249 ◦ green 87 ◦ blue 223

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

Shades of Free Speech Magenta #F957DF

Tints of Free Speech Magenta #F957DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 44.54%
G = 15.56%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F957DF (or 0xF957DF) is known color: Free Speech Magenta. HEX triplet: F9, 57 and DF. RGB value is (249,87,223). Sum of RGB (Red+Green+Blue) = 249+87+223=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 87 (34.38% from 255 or 15.56% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F957DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957DF is #06A820. Grayscale: #969696. Windows color (decimal): -436257 or 14637049. OLE color: 14637049.

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

Color convert

RGB 249 87 223 -
CMYK 0 0.65 0.10 0.02
HSL 309.63º 0.93% 0.66% -
HSV(B) 309.63º 0.65% 0.98% -
XYZ 55.79 32.28 73.1 -
YUV 150.94 168.67 197.94 -
System Red Green Blue C M Y K H S L
Decimal 249 87 223 0 0.65 0.10 0.02 309.63 0.93 0.66
Hex F9 57 DF 0 41 A 2 136 5D 42
Octal 371 127 337 0 101 12 2 466 135 102
Binary 11111001 1010111 11011111 0 1000001 1010 10 100110110 1011101 1000010

Color Harmonies of #F957DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F957DF

Black with #F957DF

Text Example


Text Example

White with #F957DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F957DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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