Html Css Color HEX #F95DDB Free Speech Magenta

📋 copy color: '#F95DDB'

red 249 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #F95DDB

Tints of Free Speech Magenta #F95DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.58%

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

R = 44.39%
G = 16.58%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F95DDB (or 0xF95DDB) is known color: Free Speech Magenta. HEX triplet: F9, 5D and DB. RGB value is (249,93,219). Sum of RGB (Red+Green+Blue) = 249+93+219=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 93 (36.72% from 255 or 16.58% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95DDB is #06A224. Grayscale: #999999. Windows color (decimal): -434725 or 14376441. OLE color: 14376441.

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

Color convert

RGB 249 93 219 -
CMYK 0 0.63 0.12 0.02
HSL 311.54º 0.93% 0.67% -
HSV(B) 311.54º 0.63% 0.98% -
XYZ 55.77 33.08 70.46 -
YUV 154.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 249 93 219 0 0.63 0.12 0.02 311.54 0.93 0.67
Hex F9 5D DB 0 3F C 2 138 5D 43
Octal 371 135 333 0 77 14 2 470 135 103
Binary 11111001 1011101 11011011 0 111111 1100 10 100111000 1011101 1000011

Color Harmonies of #F95DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95DDB

Black with #F95DDB

Text Example


Text Example

White with #F95DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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