Html Css Color HEX #F962E5 Free Speech Magenta

📋 copy color: '#F962E5'

red 249 ◦ green 98 ◦ blue 229

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

Shades of Free Speech Magenta #F962E5

Tints of Free Speech Magenta #F962E5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.01%

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

R = 43.23%
G = 17.01%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F962E5 (or 0xF962E5) is known color: Free Speech Magenta. HEX triplet: F9, 62 and E5. RGB value is (249,98,229). Sum of RGB (Red+Green+Blue) = 249+98+229=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 98 (38.67% from 255 or 17.01% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F962E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962E5 is #069D1A. Grayscale: #9D9D9D. Windows color (decimal): -433435 or 15033081. OLE color: 15033081.

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

Color convert

RGB 249 98 229 -
CMYK 0 0.61 0.08 0.02
HSL 307.95º 0.93% 0.68% -
HSV(B) 307.95º 0.61% 0.98% -
XYZ 57.58 34.53 77.76 -
YUV 158.08 168.03 192.85 -
System Red Green Blue C M Y K H S L
Decimal 249 98 229 0 0.61 0.08 0.02 307.95 0.93 0.68
Hex F9 62 E5 0 3D 8 2 134 5D 44
Octal 371 142 345 0 75 10 2 464 135 104
Binary 11111001 1100010 11100101 0 111101 1000 10 100110100 1011101 1000100

Color Harmonies of #F962E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F962E5

Black with #F962E5

Text Example


Text Example

White with #F962E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F962E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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