Html Css Color HEX #F06BD6 Free Speech Magenta

📋 copy color: '#F06BD6'

red 240 ◦ green 107 ◦ blue 214

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

Shades of Free Speech Magenta #F06BD6

Tints of Free Speech Magenta #F06BD6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.07%

 BLUE value IS 214 (83.98% from 255) = 38.15%

R = 42.78%
G = 19.07%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F06BD6 (or 0xF06BD6) is known color: Free Speech Magenta. HEX triplet: F0, 6B and D6. RGB value is (240,107,214). Sum of RGB (Red+Green+Blue) = 240+107+214=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BD6 is #0F9429. Grayscale: #9E9E9E. Windows color (decimal): -1020970 or 14052336. OLE color: 14052336.

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

Color convert

RGB 240 107 214 -
CMYK 0 0.55 0.11 0.06
HSL 311.73º 0.82% 0.68% -
HSV(B) 311.73º 0.55% 0.94% -
XYZ 53.33 33.9 67.35 -
YUV 158.97 159.06 185.8 -
System Red Green Blue C M Y K H S L
Decimal 240 107 214 0 0.55 0.11 0.06 311.73 0.82 0.68
Hex F0 6B D6 0 37 B 6 138 52 44
Octal 360 153 326 0 67 13 6 470 122 104
Binary 11110000 1101011 11010110 0 110111 1011 110 100111000 1010010 1000100

Color Harmonies of #F06BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BD6

Black with #F06BD6

Text Example


Text Example

White with #F06BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BD6; }

 p { color: rgb(240,107,214); }

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

background-color css

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

 a { background-color: rgb(240,107,214); }

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

border-color css

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

 span { border-color: rgb(240,107,214); }

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