Html Css Color HEX #F94ADD Free Speech Magenta

📋 copy color: '#F94ADD'

red 249 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Magenta #F94ADD

Tints of Free Speech Magenta #F94ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.6%

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 45.77%
G = 13.6%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F94ADD (or 0xF94ADD) is known color: Free Speech Magenta. HEX triplet: F9, 4A and DD. RGB value is (249,74,221). Sum of RGB (Red+Green+Blue) = 249+74+221=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 74 (29.30% from 255 or 13.60% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F94ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F94ADD is #06B522. Grayscale: #8E8E8E. Windows color (decimal): -439587 or 14502649. OLE color: 14502649.

HSL color Cylindrical-coordinate representation of color #F94ADD: hue angle of 309.6º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94ADD is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 74 221 -
CMYK 0 0.70 0.11 0.02
HSL 309.6º 0.94% 0.63% -
HSV(B) 309.6º 0.7% 0.98% -
XYZ 54.57 30.26 71.37 -
YUV 143.08 171.98 203.55 -
System Red Green Blue C M Y K H S L
Decimal 249 74 221 0 0.70 0.11 0.02 309.6 0.94 0.63
Hex F9 4A DD 0 46 B 2 136 5E 3F
Octal 371 112 335 0 106 13 2 466 136 77
Binary 11111001 1001010 11011101 0 1000110 1011 10 100110110 1011110 111111

Color Harmonies of #F94ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94ADD

Black with #F94ADD

Text Example


Text Example

White with #F94ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94ADD; }

 p { color: rgb(249,74,221); }

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

background-color css

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

 a { background-color: rgb(249,74,221); }

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

border-color css

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

 span { border-color: rgb(249,74,221); }

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