Html Css Color HEX #F956E2 Free Speech Magenta

📋 copy color: '#F956E2'

red 249 ◦ green 86 ◦ blue 226

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

Shades of Free Speech Magenta #F956E2

Tints of Free Speech Magenta #F956E2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.33%

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

R = 44.39%
G = 15.33%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F956E2 (or 0xF956E2) is known color: Free Speech Magenta. HEX triplet: F9, 56 and E2. RGB value is (249,86,226). Sum of RGB (Red+Green+Blue) = 249+86+226=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 86 (33.98% from 255 or 15.33% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F956E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F956E2 is #06A91D. Grayscale: #969696. Windows color (decimal): -436510 or 14833401. OLE color: 14833401.

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

Color convert

RGB 249 86 226 -
CMYK 0 0.65 0.09 0.02
HSL 308.47º 0.93% 0.66% -
HSV(B) 308.47º 0.65% 0.98% -
XYZ 56.12 32.29 75.23 -
YUV 150.7 170.5 198.12 -
System Red Green Blue C M Y K H S L
Decimal 249 86 226 0 0.65 0.09 0.02 308.47 0.93 0.66
Hex F9 56 E2 0 41 9 2 134 5D 42
Octal 371 126 342 0 101 11 2 464 135 102
Binary 11111001 1010110 11100010 0 1000001 1001 10 100110100 1011101 1000010

Color Harmonies of #F956E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F956E2

Black with #F956E2

Text Example


Text Example

White with #F956E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F956E2; }

 p { color: rgb(249,86,226); }

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

background-color css

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

 a { background-color: rgb(249,86,226); }

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

border-color css

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

 span { border-color: rgb(249,86,226); }

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