Html Css Color HEX #F948ED Free Speech Magenta

📋 copy color: '#F948ED'

red 249 ◦ green 72 ◦ blue 237

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

Shades of Free Speech Magenta #F948ED

Tints of Free Speech Magenta #F948ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 44.62%
G = 12.9%
B = 42.47%

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

#F948ED (or 0xF948ED) is known color: Free Speech Magenta. HEX triplet: F9, 48 and ED. RGB value is (249,72,237). Sum of RGB (Red+Green+Blue) = 249+72+237=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 72 (28.52% from 255 or 12.90% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F948ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F948ED is #06B712. Grayscale: #8F8F8F. Windows color (decimal): -440083 or 15550713. OLE color: 15550713.

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

Color convert

RGB 249 72 237 -
CMYK 0 0.71 0.05 0.02
HSL 304.07º 0.94% 0.63% -
HSV(B) 304.07º 0.71% 0.98% -
XYZ 56.67 30.89 83.1 -
YUV 143.73 180.64 203.08 -
System Red Green Blue C M Y K H S L
Decimal 249 72 237 0 0.71 0.05 0.02 304.07 0.94 0.63
Hex F9 48 ED 0 47 5 2 130 5E 3F
Octal 371 110 355 0 107 5 2 460 136 77
Binary 11111001 1001000 11101101 0 1000111 101 10 100110000 1011110 111111

Color Harmonies of #F948ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F948ED

Black with #F948ED

Text Example


Text Example

White with #F948ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F948ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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