Html Css Color HEX #F95BDB Free Speech Magenta

📋 copy color: '#F95BDB'

red 249 ◦ green 91 ◦ blue 219

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

Shades of Free Speech Magenta #F95BDB

Tints of Free Speech Magenta #F95BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.28%

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

R = 44.54%
G = 16.28%
B = 39.18%

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

#F95BDB (or 0xF95BDB) is known color: Free Speech Magenta. HEX triplet: F9, 5B and DB. RGB value is (249,91,219). Sum of RGB (Red+Green+Blue) = 249+91+219=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 91 (35.94% from 255 or 16.28% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F95BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95BDB is #06A424. Grayscale: #989898. Windows color (decimal): -435237 or 14375929. OLE color: 14375929.

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

Color convert

RGB 249 91 219 -
CMYK 0 0.63 0.12 0.02
HSL 311.39º 0.93% 0.67% -
HSV(B) 311.39º 0.63% 0.98% -
XYZ 55.59 32.74 70.41 -
YUV 152.83 165.35 196.59 -
System Red Green Blue C M Y K H S L
Decimal 249 91 219 0 0.63 0.12 0.02 311.39 0.93 0.67
Hex F9 5B DB 0 3F C 2 137 5D 43
Octal 371 133 333 0 77 14 2 467 135 103
Binary 11111001 1011011 11011011 0 111111 1100 10 100110111 1011101 1000011

Color Harmonies of #F95BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95BDB

Black with #F95BDB

Text Example


Text Example

White with #F95BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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