Html Css Color HEX #F562D5 Free Speech Magenta

📋 copy color: '#F562D5'

red 245 ◦ green 98 ◦ blue 213

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

Shades of Free Speech Magenta #F562D5

Tints of Free Speech Magenta #F562D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.31%

R = 44.06%
G = 17.63%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F562D5 (or 0xF562D5) is known color: Free Speech Magenta. HEX triplet: F5, 62 and D5. RGB value is (245,98,213). Sum of RGB (Red+Green+Blue) = 245+98+213=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F562D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F562D5 is #0A9D2A. Grayscale: #9A9A9A. Windows color (decimal): -695595 or 13984501. OLE color: 13984501.

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

Color convert

RGB 245 98 213 -
CMYK 0 0.6 0.13 0.04
HSL 313.06º 0.88% 0.67% -
HSV(B) 313.06º 0.6% 0.96% -
XYZ 54.03 32.95 66.46 -
YUV 155.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 245 98 213 0 0.6 0.13 0.04 313.06 0.88 0.67
Hex F5 62 D5 0 3C D 4 139 58 43
Octal 365 142 325 0 74 15 4 471 130 103
Binary 11110101 1100010 11010101 0 111100 1101 100 100111001 1011000 1000011

Color Harmonies of #F562D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F562D5

Black with #F562D5

Text Example


Text Example

White with #F562D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F562D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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