Html Css Color HEX #F955E7 Free Speech Magenta

📋 copy color: '#F955E7'

red 249 ◦ green 85 ◦ blue 231

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

Shades of Free Speech Magenta #F955E7

Tints of Free Speech Magenta #F955E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.88%

R = 44.07%
G = 15.04%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F955E7 (or 0xF955E7) is known color: Free Speech Magenta. HEX triplet: F9, 55 and E7. RGB value is (249,85,231). Sum of RGB (Red+Green+Blue) = 249+85+231=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F955E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F955E7 is #06AA18. Grayscale: #969696. Windows color (decimal): -436761 or 15160825. OLE color: 15160825.

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

Color convert

RGB 249 85 231 -
CMYK 0 0.66 0.07 0.02
HSL 306.59º 0.93% 0.65% -
HSV(B) 306.59º 0.66% 0.98% -
XYZ 56.74 32.41 78.87 -
YUV 150.68 173.33 198.13 -
System Red Green Blue C M Y K H S L
Decimal 249 85 231 0 0.66 0.07 0.02 306.59 0.93 0.65
Hex F9 55 E7 0 42 7 2 133 5D 41
Octal 371 125 347 0 102 7 2 463 135 101
Binary 11111001 1010101 11100111 0 1000010 111 10 100110011 1011101 1000001

Color Harmonies of #F955E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F955E7

Black with #F955E7

Text Example


Text Example

White with #F955E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F955E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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