Html Css Color HEX #F95EDD Free Speech Magenta

📋 copy color: '#F95EDD'

red 249 ◦ green 94 ◦ blue 221

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

Shades of Free Speech Magenta #F95EDD

Tints of Free Speech Magenta #F95EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 44.15%
G = 16.67%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F95EDD (or 0xF95EDD) is known color: Free Speech Magenta. HEX triplet: F9, 5E and DD. RGB value is (249,94,221). Sum of RGB (Red+Green+Blue) = 249+94+221=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 94 (37.11% from 255 or 16.67% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F95EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95EDD is #06A122. Grayscale: #9A9A9A. Windows color (decimal): -434467 or 14507769. OLE color: 14507769.

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

Color convert

RGB 249 94 221 -
CMYK 0 0.62 0.11 0.02
HSL 310.84º 0.93% 0.67% -
HSV(B) 310.84º 0.62% 0.98% -
XYZ 56.12 33.37 71.89 -
YUV 154.82 165.35 195.17 -
System Red Green Blue C M Y K H S L
Decimal 249 94 221 0 0.62 0.11 0.02 310.84 0.93 0.67
Hex F9 5E DD 0 3E B 2 137 5D 43
Octal 371 136 335 0 76 13 2 467 135 103
Binary 11111001 1011110 11011101 0 111110 1011 10 100110111 1011101 1000011

Color Harmonies of #F95EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95EDD

Black with #F95EDD

Text Example


Text Example

White with #F95EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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