Html Css Color HEX #F94DE7 Free Speech Magenta

📋 copy color: '#F94DE7'

red 249 ◦ green 77 ◦ blue 231

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

Shades of Free Speech Magenta #F94DE7

Tints of Free Speech Magenta #F94DE7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.82%

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

R = 44.7%
G = 13.82%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F94DE7 (or 0xF94DE7) is known color: Free Speech Magenta. HEX triplet: F9, 4D and E7. RGB value is (249,77,231). Sum of RGB (Red+Green+Blue) = 249+77+231=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 77 (30.47% from 255 or 13.82% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94DE7 is #06B218. Grayscale: #919191. Windows color (decimal): -438809 or 15158777. OLE color: 15158777.

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

Color convert

RGB 249 77 231 -
CMYK 0 0.69 0.07 0.02
HSL 306.28º 0.93% 0.64% -
HSV(B) 306.28º 0.69% 0.98% -
XYZ 56.14 31.22 78.67 -
YUV 145.98 175.98 201.48 -
System Red Green Blue C M Y K H S L
Decimal 249 77 231 0 0.69 0.07 0.02 306.28 0.93 0.64
Hex F9 4D E7 0 45 7 2 132 5D 40
Octal 371 115 347 0 105 7 2 462 135 100
Binary 11111001 1001101 11100111 0 1000101 111 10 100110010 1011101 1000000

Color Harmonies of #F94DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94DE7

Black with #F94DE7

Text Example


Text Example

White with #F94DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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