Html Css Color HEX #F948E5 Free Speech Magenta

📋 copy color: '#F948E5'

red 249 ◦ green 72 ◦ blue 229

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

Shades of Free Speech Magenta #F948E5

Tints of Free Speech Magenta #F948E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 45.27%
G = 13.09%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F948E5 (or 0xF948E5) is known color: Free Speech Magenta. HEX triplet: F9, 48 and E5. RGB value is (249,72,229). Sum of RGB (Red+Green+Blue) = 249+72+229=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 72 (28.52% from 255 or 13.09% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F948E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F948E5 is #06B71A. Grayscale: #8E8E8E. Windows color (decimal): -440091 or 15026425. OLE color: 15026425.

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

Color convert

RGB 249 72 229 -
CMYK 0 0.71 0.08 0.02
HSL 306.78º 0.94% 0.63% -
HSV(B) 306.78º 0.71% 0.98% -
XYZ 55.53 30.43 77.08 -
YUV 142.82 176.64 203.73 -
System Red Green Blue C M Y K H S L
Decimal 249 72 229 0 0.71 0.08 0.02 306.78 0.94 0.63
Hex F9 48 E5 0 47 8 2 133 5E 3F
Octal 371 110 345 0 107 10 2 463 136 77
Binary 11111001 1001000 11100101 0 1000111 1000 10 100110011 1011110 111111

Color Harmonies of #F948E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F948E5

Black with #F948E5

Text Example


Text Example

White with #F948E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F948E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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