Html Css Color HEX #F95EDB Free Speech Magenta

📋 copy color: '#F95EDB'

red 249 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #F95EDB

Tints of Free Speech Magenta #F95EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.73%

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

R = 44.31%
G = 16.73%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F95EDB (or 0xF95EDB) is known color: Free Speech Magenta. HEX triplet: F9, 5E and DB. RGB value is (249,94,219). Sum of RGB (Red+Green+Blue) = 249+94+219=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 94 (37.11% from 255 or 16.73% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F95EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95EDB is #06A124. Grayscale: #9A9A9A. Windows color (decimal): -434469 or 14376697. OLE color: 14376697.

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

Color convert

RGB 249 94 219 -
CMYK 0 0.62 0.12 0.02
HSL 311.61º 0.93% 0.67% -
HSV(B) 311.61º 0.62% 0.98% -
XYZ 55.86 33.26 70.49 -
YUV 154.6 164.35 195.34 -
System Red Green Blue C M Y K H S L
Decimal 249 94 219 0 0.62 0.12 0.02 311.61 0.93 0.67
Hex F9 5E DB 0 3E C 2 138 5D 43
Octal 371 136 333 0 76 14 2 470 135 103
Binary 11111001 1011110 11011011 0 111110 1100 10 100111000 1011101 1000011

Color Harmonies of #F95EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95EDB

Black with #F95EDB

Text Example


Text Example

White with #F95EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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