Html Css Color HEX #F954E5 Free Speech Magenta

📋 copy color: '#F954E5'

red 249 ◦ green 84 ◦ blue 229

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

Shades of Free Speech Magenta #F954E5

Tints of Free Speech Magenta #F954E5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.95%

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

R = 44.31%
G = 14.95%
B = 40.75%

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

#F954E5 (or 0xF954E5) is known color: Free Speech Magenta. HEX triplet: F9, 54 and E5. RGB value is (249,84,229). Sum of RGB (Red+Green+Blue) = 249+84+229=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 84 (33.20% from 255 or 14.95% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F954E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F954E5 is #06AB1A. Grayscale: #959595. Windows color (decimal): -437019 or 15029497. OLE color: 15029497.

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

Color convert

RGB 249 84 229 -
CMYK 0 0.66 0.08 0.02
HSL 307.27º 0.93% 0.65% -
HSV(B) 307.27º 0.66% 0.98% -
XYZ 56.38 32.14 77.36 -
YUV 149.87 172.66 198.71 -
System Red Green Blue C M Y K H S L
Decimal 249 84 229 0 0.66 0.08 0.02 307.27 0.93 0.65
Hex F9 54 E5 0 42 8 2 133 5D 41
Octal 371 124 345 0 102 10 2 463 135 101
Binary 11111001 1010100 11100101 0 1000010 1000 10 100110011 1011101 1000001

Color Harmonies of #F954E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F954E5

Black with #F954E5

Text Example


Text Example

White with #F954E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F954E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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