Html Css Color HEX #F062D1 Free Speech Magenta

📋 copy color: '#F062D1'

red 240 ◦ green 98 ◦ blue 209

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

Shades of Free Speech Magenta #F062D1

Tints of Free Speech Magenta #F062D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 43.88%
G = 17.92%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F062D1 (or 0xF062D1) is known color: Free Speech Magenta. HEX triplet: F0, 62 and D1. RGB value is (240,98,209). Sum of RGB (Red+Green+Blue) = 240+98+209=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 98 (38.67% from 255 or 17.92% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F062D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062D1 is #0F9D2E. Grayscale: #989898. Windows color (decimal): -1023279 or 13722352. OLE color: 13722352.

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

Color convert

RGB 240 98 209 -
CMYK 0 0.59 0.13 0.06
HSL 313.1º 0.83% 0.66% -
HSV(B) 313.1º 0.59% 0.94% -
XYZ 51.81 31.86 63.74 -
YUV 153.11 159.54 189.97 -
System Red Green Blue C M Y K H S L
Decimal 240 98 209 0 0.59 0.13 0.06 313.1 0.83 0.66
Hex F0 62 D1 0 3B D 6 139 53 42
Octal 360 142 321 0 73 15 6 471 123 102
Binary 11110000 1100010 11010001 0 111011 1101 110 100111001 1010011 1000010

Color Harmonies of #F062D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062D1

Black with #F062D1

Text Example


Text Example

White with #F062D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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