Html Css Color HEX #F95ADC Free Speech Magenta

📋 copy color: '#F95ADC'

red 249 ◦ green 90 ◦ blue 220

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

Shades of Free Speech Magenta #F95ADC

Tints of Free Speech Magenta #F95ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.1%

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 44.54%
G = 16.1%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F95ADC (or 0xF95ADC) is known color: Free Speech Magenta. HEX triplet: F9, 5A and DC. RGB value is (249,90,220). Sum of RGB (Red+Green+Blue) = 249+90+220=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 90 (35.55% from 255 or 16.10% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F95ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95ADC is #06A523. Grayscale: #989898. Windows color (decimal): -435492 or 14441209. OLE color: 14441209.

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

Color convert

RGB 249 90 220 -
CMYK 0 0.64 0.12 0.02
HSL 310.94º 0.93% 0.66% -
HSV(B) 310.94º 0.64% 0.98% -
XYZ 55.64 32.62 71.07 -
YUV 152.36 166.18 196.93 -
System Red Green Blue C M Y K H S L
Decimal 249 90 220 0 0.64 0.12 0.02 310.94 0.93 0.66
Hex F9 5A DC 0 40 C 2 137 5D 42
Octal 371 132 334 0 100 14 2 467 135 102
Binary 11111001 1011010 11011100 0 1000000 1100 10 100110111 1011101 1000010

Color Harmonies of #F95ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95ADC

Black with #F95ADC

Text Example


Text Example

White with #F95ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95ADC; }

 p { color: rgb(249,90,220); }

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

background-color css

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

 a { background-color: rgb(249,90,220); }

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

border-color css

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

 span { border-color: rgb(249,90,220); }

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