Html Css Color HEX #F954E7 Free Speech Magenta

📋 copy color: '#F954E7'

red 249 ◦ green 84 ◦ blue 231

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

Shades of Free Speech Magenta #F954E7

Tints of Free Speech Magenta #F954E7

RGB

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

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

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

R = 44.15%
G = 14.89%
B = 40.96%

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

#F954E7 (or 0xF954E7) is known color: Free Speech Magenta. HEX triplet: F9, 54 and E7. RGB value is (249,84,231). Sum of RGB (Red+Green+Blue) = 249+84+231=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 84 (33.20% from 255 or 14.89% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F954E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F954E7 is #06AB18. Grayscale: #959595. Windows color (decimal): -437017 or 15160569. OLE color: 15160569.

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

Color convert

RGB 249 84 231 -
CMYK 0 0.66 0.07 0.02
HSL 306.55º 0.93% 0.65% -
HSV(B) 306.55º 0.66% 0.98% -
XYZ 56.66 32.25 78.84 -
YUV 150.09 173.66 198.55 -
System Red Green Blue C M Y K H S L
Decimal 249 84 231 0 0.66 0.07 0.02 306.55 0.93 0.65
Hex F9 54 E7 0 42 7 2 133 5D 41
Octal 371 124 347 0 102 7 2 463 135 101
Binary 11111001 1010100 11100111 0 1000010 111 10 100110011 1011101 1000001

Color Harmonies of #F954E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F954E7

Black with #F954E7

Text Example


Text Example

White with #F954E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F954E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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