Html Css Color HEX #F06AD3 Free Speech Magenta

📋 copy color: '#F06AD3'

red 240 ◦ green 106 ◦ blue 211

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

Shades of Free Speech Magenta #F06AD3

Tints of Free Speech Magenta #F06AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.88%

R = 43.09%
G = 19.03%
B = 37.88%

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

#F06AD3 (or 0xF06AD3) is known color: Free Speech Magenta. HEX triplet: F0, 6A and D3. RGB value is (240,106,211). Sum of RGB (Red+Green+Blue) = 240+106+211=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06AD3 is #0F952C. Grayscale: #9D9D9D. Windows color (decimal): -1021229 or 13855472. OLE color: 13855472.

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

Color convert

RGB 240 106 211 -
CMYK 0 0.56 0.12 0.06
HSL 312.99º 0.82% 0.68% -
HSV(B) 312.99º 0.56% 0.94% -
XYZ 52.85 33.54 65.32 -
YUV 158.04 157.89 186.46 -
System Red Green Blue C M Y K H S L
Decimal 240 106 211 0 0.56 0.12 0.06 312.99 0.82 0.68
Hex F0 6A D3 0 38 C 6 139 52 44
Octal 360 152 323 0 70 14 6 471 122 104
Binary 11110000 1101010 11010011 0 111000 1100 110 100111001 1010010 1000100

Color Harmonies of #F06AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06AD3

Black with #F06AD3

Text Example


Text Example

White with #F06AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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