Html Css Color HEX #F062E6 Free Speech Magenta

📋 copy color: '#F062E6'

red 240 ◦ green 98 ◦ blue 230

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

Shades of Free Speech Magenta #F062E6

Tints of Free Speech Magenta #F062E6

RGB

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

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

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

R = 42.25%
G = 17.25%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F062E6 (or 0xF062E6) is known color: Free Speech Magenta. HEX triplet: F0, 62 and E6. RGB value is (240,98,230). Sum of RGB (Red+Green+Blue) = 240+98+230=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 98 (38.67% from 255 or 17.25% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F062E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F062E6 is #0F9D19. Grayscale: #9B9B9B. Windows color (decimal): -1023258 or 15098608. OLE color: 15098608.

HSL color Cylindrical-coordinate representation of color #F062E6: hue angle of 304.23º 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 #F062E6 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 230 -
CMYK 0 0.59 0.04 0.06
HSL 304.23º 0.83% 0.66% -
HSV(B) 304.23º 0.59% 0.94% -
XYZ 54.59 32.97 78.35 -
YUV 155.51 170.04 188.27 -
System Red Green Blue C M Y K H S L
Decimal 240 98 230 0 0.59 0.04 0.06 304.23 0.83 0.66
Hex F0 62 E6 0 3B 4 6 130 53 42
Octal 360 142 346 0 73 4 6 460 123 102
Binary 11110000 1100010 11100110 0 111011 100 110 100110000 1010011 1000010

Color Harmonies of #F062E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062E6

Black with #F062E6

Text Example


Text Example

White with #F062E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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