Html Css Color HEX #F062E7 Free Speech Magenta

📋 copy color: '#F062E7'

red 240 ◦ green 98 ◦ blue 231

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

Shades of Free Speech Magenta #F062E7

Tints of Free Speech Magenta #F062E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.6%

R = 42.18%
G = 17.22%
B = 40.6%

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

#F062E7 (or 0xF062E7) is known color: Free Speech Magenta. HEX triplet: F0, 62 and E7. RGB value is (240,98,231). Sum of RGB (Red+Green+Blue) = 240+98+231=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 98 (38.67% from 255 or 17.22% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F062E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F062E7 is #0F9D18. Grayscale: #9B9B9B. Windows color (decimal): -1023257 or 15164144. OLE color: 15164144.

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

Color convert

RGB 240 98 231 -
CMYK 0 0.59 0.04 0.06
HSL 303.8º 0.83% 0.66% -
HSV(B) 303.8º 0.59% 0.94% -
XYZ 54.73 33.03 79.09 -
YUV 155.62 170.54 188.19 -
System Red Green Blue C M Y K H S L
Decimal 240 98 231 0 0.59 0.04 0.06 303.8 0.83 0.66
Hex F0 62 E7 0 3B 4 6 130 53 42
Octal 360 142 347 0 73 4 6 460 123 102
Binary 11110000 1100010 11100111 0 111011 100 110 100110000 1010011 1000010

Color Harmonies of #F062E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062E7

Black with #F062E7

Text Example


Text Example

White with #F062E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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