Html Css Color HEX #F957DB Free Speech Magenta

📋 copy color: '#F957DB'

red 249 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Magenta #F957DB

Tints of Free Speech Magenta #F957DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.68%

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

R = 44.86%
G = 15.68%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F957DB (or 0xF957DB) is known color: Free Speech Magenta. HEX triplet: F9, 57 and DB. RGB value is (249,87,219). Sum of RGB (Red+Green+Blue) = 249+87+219=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 87 (34.38% from 255 or 15.68% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F957DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957DB is #06A824. Grayscale: #969696. Windows color (decimal): -436261 or 14374905. OLE color: 14374905.

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

Color convert

RGB 249 87 219 -
CMYK 0 0.65 0.12 0.02
HSL 311.11º 0.93% 0.66% -
HSV(B) 311.11º 0.65% 0.98% -
XYZ 55.26 32.07 70.3 -
YUV 150.49 166.67 198.27 -
System Red Green Blue C M Y K H S L
Decimal 249 87 219 0 0.65 0.12 0.02 311.11 0.93 0.66
Hex F9 57 DB 0 41 C 2 137 5D 42
Octal 371 127 333 0 101 14 2 467 135 102
Binary 11111001 1010111 11011011 0 1000001 1100 10 100110111 1011101 1000010

Color Harmonies of #F957DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F957DB

Black with #F957DB

Text Example


Text Example

White with #F957DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F957DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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