Html Css Color HEX #F955E9 Free Speech Magenta

📋 copy color: '#F955E9'

red 249 ◦ green 85 ◦ blue 233

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

Shades of Free Speech Magenta #F955E9

Tints of Free Speech Magenta #F955E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.09%

R = 43.92%
G = 14.99%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F955E9 (or 0xF955E9) is known color: Free Speech Magenta. HEX triplet: F9, 55 and E9. RGB value is (249,85,233). Sum of RGB (Red+Green+Blue) = 249+85+233=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 85 (33.59% from 255 or 14.99% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F955E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F955E9 is #06AA16. Grayscale: #969696. Windows color (decimal): -436759 or 15291897. OLE color: 15291897.

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

Color convert

RGB 249 85 233 -
CMYK 0 0.66 0.06 0.02
HSL 305.85º 0.93% 0.65% -
HSV(B) 305.85º 0.66% 0.98% -
XYZ 57.02 32.52 80.36 -
YUV 150.91 174.33 197.97 -
System Red Green Blue C M Y K H S L
Decimal 249 85 233 0 0.66 0.06 0.02 305.85 0.93 0.65
Hex F9 55 E9 0 42 6 2 132 5D 41
Octal 371 125 351 0 102 6 2 462 135 101
Binary 11111001 1010101 11101001 0 1000010 110 10 100110010 1011101 1000001

Color Harmonies of #F955E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F955E9

Black with #F955E9

Text Example


Text Example

White with #F955E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F955E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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