Html Css Color HEX #F562E6 Free Speech Magenta

📋 copy color: '#F562E6'

red 245 ◦ green 98 ◦ blue 230

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

Shades of Free Speech Magenta #F562E6

Tints of Free Speech Magenta #F562E6

RGB

 RED value IS 245 (96.09% from 255) = 42.76%

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

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

R = 42.76%
G = 17.1%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F562E6 (or 0xF562E6) is known color: Free Speech Magenta. HEX triplet: F5, 62 and E6. RGB value is (245,98,230). Sum of RGB (Red+Green+Blue) = 245+98+230=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 98 (38.67% from 255 or 17.10% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F562E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F562E6 is #0A9D19. Grayscale: #9C9C9C. Windows color (decimal): -695578 or 15098613. OLE color: 15098613.

HSL color Cylindrical-coordinate representation of color #F562E6: hue angle of 306.12º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F562E6 is Cyan = 0, Magento = 0.6, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 98 230 -
CMYK 0 0.6 0.06 0.04
HSL 306.12º 0.88% 0.67% -
HSV(B) 306.12º 0.6% 0.96% -
XYZ 56.31 33.86 78.43 -
YUV 157 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 245 98 230 0 0.6 0.06 0.04 306.12 0.88 0.67
Hex F5 62 E6 0 3C 6 4 132 58 43
Octal 365 142 346 0 74 6 4 462 130 103
Binary 11110101 1100010 11100110 0 111100 110 100 100110010 1011000 1000011

Color Harmonies of #F562E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F562E6

Black with #F562E6

Text Example


Text Example

White with #F562E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F562E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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