Html Css Color HEX #F95FDC Free Speech Magenta

📋 copy color: '#F95FDC'

red 249 ◦ green 95 ◦ blue 220

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

Shades of Free Speech Magenta #F95FDC

Tints of Free Speech Magenta #F95FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.84%

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

R = 44.15%
G = 16.84%
B = 39.01%

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

#F95FDC (or 0xF95FDC) is known color: Free Speech Magenta. HEX triplet: F9, 5F and DC. RGB value is (249,95,220). Sum of RGB (Red+Green+Blue) = 249+95+220=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 95 (37.5% from 255 or 16.84% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F95FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95FDC is #06A023. Grayscale: #9A9A9A. Windows color (decimal): -434212 or 14442489. OLE color: 14442489.

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

Color convert

RGB 249 95 220 -
CMYK 0 0.62 0.12 0.02
HSL 311.3º 0.93% 0.67% -
HSV(B) 311.3º 0.62% 0.98% -
XYZ 56.08 33.49 71.22 -
YUV 155.3 164.52 194.84 -
System Red Green Blue C M Y K H S L
Decimal 249 95 220 0 0.62 0.12 0.02 311.3 0.93 0.67
Hex F9 5F DC 0 3E C 2 137 5D 43
Octal 371 137 334 0 76 14 2 467 135 103
Binary 11111001 1011111 11011100 0 111110 1100 10 100110111 1011101 1000011

Color Harmonies of #F95FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95FDC

Black with #F95FDC

Text Example


Text Example

White with #F95FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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