Html Css Color HEX #F94DDB Free Speech Magenta

📋 copy color: '#F94DDB'

red 249 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #F94DDB

Tints of Free Speech Magenta #F94DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 45.69%
G = 14.13%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F94DDB (or 0xF94DDB) is known color: Free Speech Magenta. HEX triplet: F9, 4D and DB. RGB value is (249,77,219). Sum of RGB (Red+Green+Blue) = 249+77+219=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F94DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F94DDB is #06B224. Grayscale: #909090. Windows color (decimal): -438821 or 14372345. OLE color: 14372345.

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

Color convert

RGB 249 77 219 -
CMYK 0 0.69 0.12 0.02
HSL 310.47º 0.93% 0.64% -
HSV(B) 310.47º 0.69% 0.98% -
XYZ 54.51 30.56 70.04 -
YUV 144.62 169.98 202.45 -
System Red Green Blue C M Y K H S L
Decimal 249 77 219 0 0.69 0.12 0.02 310.47 0.93 0.64
Hex F9 4D DB 0 45 C 2 136 5D 40
Octal 371 115 333 0 105 14 2 466 135 100
Binary 11111001 1001101 11011011 0 1000101 1100 10 100110110 1011101 1000000

Color Harmonies of #F94DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94DDB

Black with #F94DDB

Text Example


Text Example

White with #F94DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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