Html Css Color HEX #F948EC Free Speech Magenta

📋 copy color: '#F948EC'

red 249 ◦ green 72 ◦ blue 236

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

Shades of Free Speech Magenta #F948EC

Tints of Free Speech Magenta #F948EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.93%

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 44.7%
G = 12.93%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F948EC (or 0xF948EC) is known color: Free Speech Magenta. HEX triplet: F9, 48 and EC. RGB value is (249,72,236). Sum of RGB (Red+Green+Blue) = 249+72+236=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 72 (28.52% from 255 or 12.93% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F948EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F948EC is #06B713. Grayscale: #8F8F8F. Windows color (decimal): -440084 or 15485177. OLE color: 15485177.

HSL color Cylindrical-coordinate representation of color #F948EC: hue angle of 304.41º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F948EC is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 72 236 -
CMYK 0 0.71 0.05 0.02
HSL 304.41º 0.94% 0.63% -
HSV(B) 304.41º 0.71% 0.98% -
XYZ 56.52 30.83 82.33 -
YUV 143.62 180.14 203.16 -
System Red Green Blue C M Y K H S L
Decimal 249 72 236 0 0.71 0.05 0.02 304.41 0.94 0.63
Hex F9 48 EC 0 47 5 2 130 5E 3F
Octal 371 110 354 0 107 5 2 460 136 77
Binary 11111001 1001000 11101100 0 1000111 101 10 100110000 1011110 111111

Color Harmonies of #F948EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F948EC

Black with #F948EC

Text Example


Text Example

White with #F948EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F948EC; }

 p { color: rgb(249,72,236); }

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

background-color css

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

 a { background-color: rgb(249,72,236); }

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

border-color css

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

 span { border-color: rgb(249,72,236); }

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