Html Css Color HEX #F955E4 Free Speech Magenta

📋 copy color: '#F955E4'

red 249 ◦ green 85 ◦ blue 228

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

Shades of Free Speech Magenta #F955E4

Tints of Free Speech Magenta #F955E4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.12%

 BLUE value IS 228 (89.45% from 255) = 40.57%

R = 44.31%
G = 15.12%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F955E4 (or 0xF955E4) is known color: Free Speech Magenta. HEX triplet: F9, 55 and E4. RGB value is (249,85,228). Sum of RGB (Red+Green+Blue) = 249+85+228=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F955E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F955E4 is #06AA1B. Grayscale: #959595. Windows color (decimal): -436764 or 14964217. OLE color: 14964217.

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

Color convert

RGB 249 85 228 -
CMYK 0 0.66 0.08 0.02
HSL 307.68º 0.93% 0.65% -
HSV(B) 307.68º 0.66% 0.98% -
XYZ 56.32 32.24 76.65 -
YUV 150.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 249 85 228 0 0.66 0.08 0.02 307.68 0.93 0.65
Hex F9 55 E4 0 42 8 2 134 5D 41
Octal 371 125 344 0 102 10 2 464 135 101
Binary 11111001 1010101 11100100 0 1000010 1000 10 100110100 1011101 1000001

Color Harmonies of #F955E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F955E4

Black with #F955E4

Text Example


Text Example

White with #F955E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F955E4; }

 p { color: rgb(249,85,228); }

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

background-color css

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

 a { background-color: rgb(249,85,228); }

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

border-color css

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

 span { border-color: rgb(249,85,228); }

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