Html Css Color HEX #F06AD4 Free Speech Magenta

📋 copy color: '#F06AD4'

red 240 ◦ green 106 ◦ blue 212

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

Shades of Free Speech Magenta #F06AD4

Tints of Free Speech Magenta #F06AD4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19%

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

R = 43.01%
G = 19%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F06AD4 (or 0xF06AD4) is known color: Free Speech Magenta. HEX triplet: F0, 6A and D4. RGB value is (240,106,212). Sum of RGB (Red+Green+Blue) = 240+106+212=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06AD4 is #0F952B. Grayscale: #9D9D9D. Windows color (decimal): -1021228 or 13921008. OLE color: 13921008.

HSL color Cylindrical-coordinate representation of color #F06AD4: hue angle of 312.54º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F06AD4 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 106 212 -
CMYK 0 0.56 0.12 0.06
HSL 312.54º 0.82% 0.68% -
HSV(B) 312.54º 0.56% 0.94% -
XYZ 52.97 33.59 65.98 -
YUV 158.15 158.39 186.38 -
System Red Green Blue C M Y K H S L
Decimal 240 106 212 0 0.56 0.12 0.06 312.54 0.82 0.68
Hex F0 6A D4 0 38 C 6 139 52 44
Octal 360 152 324 0 70 14 6 471 122 104
Binary 11110000 1101010 11010100 0 111000 1100 110 100111001 1010010 1000100

Color Harmonies of #F06AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06AD4

Black with #F06AD4

Text Example


Text Example

White with #F06AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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