Html Css Color HEX #F951E5 Free Speech Magenta

📋 copy color: '#F951E5'

red 249 ◦ green 81 ◦ blue 229

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

Shades of Free Speech Magenta #F951E5

Tints of Free Speech Magenta #F951E5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.49%

 BLUE value IS 229 (89.84% from 255) = 40.97%

R = 44.54%
G = 14.49%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F951E5 (or 0xF951E5) is known color: Free Speech Magenta. HEX triplet: F9, 51 and E5. RGB value is (249,81,229). Sum of RGB (Red+Green+Blue) = 249+81+229=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 81 (32.03% from 255 or 14.49% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F951E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951E5 is #06AE1A. Grayscale: #939393. Windows color (decimal): -437787 or 15028729. OLE color: 15028729.

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

Color convert

RGB 249 81 229 -
CMYK 0 0.67 0.08 0.02
HSL 307.14º 0.93% 0.65% -
HSV(B) 307.14º 0.67% 0.98% -
XYZ 56.15 31.68 77.28 -
YUV 148.1 173.66 199.97 -
System Red Green Blue C M Y K H S L
Decimal 249 81 229 0 0.67 0.08 0.02 307.14 0.93 0.65
Hex F9 51 E5 0 43 8 2 133 5D 41
Octal 371 121 345 0 103 10 2 463 135 101
Binary 11111001 1010001 11100101 0 1000011 1000 10 100110011 1011101 1000001

Color Harmonies of #F951E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F951E5

Black with #F951E5

Text Example


Text Example

White with #F951E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F951E5; }

 p { color: rgb(249,81,229); }

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

background-color css

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

 a { background-color: rgb(249,81,229); }

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

border-color css

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

 span { border-color: rgb(249,81,229); }

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