Html Css Color HEX #F94DDF Free Speech Magenta

📋 copy color: '#F94DDF'

red 249 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Magenta #F94DDF

Tints of Free Speech Magenta #F94DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 45.36%
G = 14.03%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F94DDF (or 0xF94DDF) is known color: Free Speech Magenta. HEX triplet: F9, 4D and DF. RGB value is (249,77,223). Sum of RGB (Red+Green+Blue) = 249+77+223=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 77 (30.47% from 255 or 14.03% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94DDF is #06B220. Grayscale: #909090. Windows color (decimal): -438817 or 14634489. OLE color: 14634489.

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

Color convert

RGB 249 77 223 -
CMYK 0 0.69 0.10 0.02
HSL 309.07º 0.93% 0.64% -
HSV(B) 309.07º 0.69% 0.98% -
XYZ 55.04 30.78 72.85 -
YUV 145.07 171.98 202.13 -
System Red Green Blue C M Y K H S L
Decimal 249 77 223 0 0.69 0.10 0.02 309.07 0.93 0.64
Hex F9 4D DF 0 45 A 2 135 5D 40
Octal 371 115 337 0 105 12 2 465 135 100
Binary 11111001 1001101 11011111 0 1000101 1010 10 100110101 1011101 1000000

Color Harmonies of #F94DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94DDF

Black with #F94DDF

Text Example


Text Example

White with #F94DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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