Html Css Color HEX #F953DB Free Speech Magenta

📋 copy color: '#F953DB'

red 249 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #F953DB

Tints of Free Speech Magenta #F953DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.06%

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

R = 45.19%
G = 15.06%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F953DB (or 0xF953DB) is known color: Free Speech Magenta. HEX triplet: F9, 53 and DB. RGB value is (249,83,219). Sum of RGB (Red+Green+Blue) = 249+83+219=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 83 (32.81% from 255 or 15.06% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F953DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F953DB is #06AC24. Grayscale: #939393. Windows color (decimal): -437285 or 14373881. OLE color: 14373881.

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

Color convert

RGB 249 83 219 -
CMYK 0 0.67 0.12 0.02
HSL 310.84º 0.93% 0.65% -
HSV(B) 310.84º 0.67% 0.98% -
XYZ 54.95 31.44 70.19 -
YUV 148.14 168 199.94 -
System Red Green Blue C M Y K H S L
Decimal 249 83 219 0 0.67 0.12 0.02 310.84 0.93 0.65
Hex F9 53 DB 0 43 C 2 137 5D 41
Octal 371 123 333 0 103 14 2 467 135 101
Binary 11111001 1010011 11011011 0 1000011 1100 10 100110111 1011101 1000001

Color Harmonies of #F953DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F953DB

Black with #F953DB

Text Example


Text Example

White with #F953DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F953DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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