Html Css Color HEX #F062D4 Free Speech Magenta

📋 copy color: '#F062D4'

red 240 ◦ green 98 ◦ blue 212

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

Shades of Free Speech Magenta #F062D4

Tints of Free Speech Magenta #F062D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.55%

R = 43.64%
G = 17.82%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F062D4 (or 0xF062D4) is known color: Free Speech Magenta. HEX triplet: F0, 62 and D4. RGB value is (240,98,212). Sum of RGB (Red+Green+Blue) = 240+98+212=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 98 (38.67% from 255 or 17.82% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F062D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062D4 is #0F9D2B. Grayscale: #999999. Windows color (decimal): -1023276 or 13918960. OLE color: 13918960.

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

Color convert

RGB 240 98 212 -
CMYK 0 0.59 0.12 0.06
HSL 311.83º 0.83% 0.66% -
HSV(B) 311.83º 0.59% 0.94% -
XYZ 52.19 32.01 65.72 -
YUV 153.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 240 98 212 0 0.59 0.12 0.06 311.83 0.83 0.66
Hex F0 62 D4 0 3B C 6 138 53 42
Octal 360 142 324 0 73 14 6 470 123 102
Binary 11110000 1100010 11010100 0 111011 1100 110 100111000 1010011 1000010

Color Harmonies of #F062D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062D4

Black with #F062D4

Text Example


Text Example

White with #F062D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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