Html Css Color HEX #F954E6 Free Speech Magenta

📋 copy color: '#F954E6'

red 249 ◦ green 84 ◦ blue 230

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

Shades of Free Speech Magenta #F954E6

Tints of Free Speech Magenta #F954E6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.92%

 BLUE value IS 230 (90.23% from 255) = 40.85%

R = 44.23%
G = 14.92%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F954E6 (or 0xF954E6) is known color: Free Speech Magenta. HEX triplet: F9, 54 and E6. RGB value is (249,84,230). Sum of RGB (Red+Green+Blue) = 249+84+230=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 84 (33.20% from 255 or 14.92% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F954E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F954E6 is #06AB19. Grayscale: #959595. Windows color (decimal): -437018 or 15095033. OLE color: 15095033.

HSL color Cylindrical-coordinate representation of color #F954E6: hue angle of 306.91º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F954E6 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 84 230 -
CMYK 0 0.66 0.08 0.02
HSL 306.91º 0.93% 0.65% -
HSV(B) 306.91º 0.66% 0.98% -
XYZ 56.52 32.19 78.1 -
YUV 149.98 173.16 198.63 -
System Red Green Blue C M Y K H S L
Decimal 249 84 230 0 0.66 0.08 0.02 306.91 0.93 0.65
Hex F9 54 E6 0 42 8 2 133 5D 41
Octal 371 124 346 0 102 10 2 463 135 101
Binary 11111001 1010100 11100110 0 1000010 1000 10 100110011 1011101 1000001

Color Harmonies of #F954E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F954E6

Black with #F954E6

Text Example


Text Example

White with #F954E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F954E6; }

 p { color: rgb(249,84,230); }

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

background-color css

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

 a { background-color: rgb(249,84,230); }

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

border-color css

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

 span { border-color: rgb(249,84,230); }

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