Html Css Color HEX #F062E4 Free Speech Magenta

📋 copy color: '#F062E4'

red 240 ◦ green 98 ◦ blue 228

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

Shades of Free Speech Magenta #F062E4

Tints of Free Speech Magenta #F062E4

RGB

 RED value IS 240 (94.14% from 255) = 42.4%

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

 BLUE value IS 228 (89.45% from 255) = 40.28%

R = 42.4%
G = 17.31%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F062E4 (or 0xF062E4) is known color: Free Speech Magenta. HEX triplet: F0, 62 and E4. RGB value is (240,98,228). Sum of RGB (Red+Green+Blue) = 240+98+228=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 98 (38.67% from 255 or 17.31% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F062E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062E4 is #0F9D1B. Grayscale: #9A9A9A. Windows color (decimal): -1023260 or 14967536. OLE color: 14967536.

HSL color Cylindrical-coordinate representation of color #F062E4: hue angle of 305.07º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062E4 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 228 -
CMYK 0 0.59 0.05 0.06
HSL 305.07º 0.83% 0.66% -
HSV(B) 305.07º 0.59% 0.94% -
XYZ 54.31 32.86 76.88 -
YUV 155.28 169.04 188.43 -
System Red Green Blue C M Y K H S L
Decimal 240 98 228 0 0.59 0.05 0.06 305.07 0.83 0.66
Hex F0 62 E4 0 3B 5 6 131 53 42
Octal 360 142 344 0 73 5 6 461 123 102
Binary 11110000 1100010 11100100 0 111011 101 110 100110001 1010011 1000010

Color Harmonies of #F062E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062E4

Black with #F062E4

Text Example


Text Example

White with #F062E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062E4; }

 p { color: rgb(240,98,228); }

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

background-color css

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

 a { background-color: rgb(240,98,228); }

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

border-color css

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

 span { border-color: rgb(240,98,228); }

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