Html Css Color HEX #F94FE5 Free Speech Magenta

📋 copy color: '#F94FE5'

red 249 ◦ green 79 ◦ blue 229

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

Shades of Free Speech Magenta #F94FE5

Tints of Free Speech Magenta #F94FE5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.18%

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

R = 44.7%
G = 14.18%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F94FE5 (or 0xF94FE5) is known color: Free Speech Magenta. HEX triplet: F9, 4F and E5. RGB value is (249,79,229). Sum of RGB (Red+Green+Blue) = 249+79+229=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 79 (31.25% from 255 or 14.18% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F94FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94FE5 is #06B01A. Grayscale: #929292. Windows color (decimal): -438299 or 15028217. OLE color: 15028217.

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

Color convert

RGB 249 79 229 -
CMYK 0 0.68 0.08 0.02
HSL 307.06º 0.93% 0.64% -
HSV(B) 307.06º 0.68% 0.98% -
XYZ 56.01 31.39 77.24 -
YUV 146.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 249 79 229 0 0.68 0.08 0.02 307.06 0.93 0.64
Hex F9 4F E5 0 44 8 2 133 5D 40
Octal 371 117 345 0 104 10 2 463 135 100
Binary 11111001 1001111 11100101 0 1000100 1000 10 100110011 1011101 1000000

Color Harmonies of #F94FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94FE5

Black with #F94FE5

Text Example


Text Example

White with #F94FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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