Html Css Color HEX #F06BDB Free Speech Magenta

📋 copy color: '#F06BDB'

red 240 ◦ green 107 ◦ blue 219

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

Shades of Free Speech Magenta #F06BDB

Tints of Free Speech Magenta #F06BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 42.4%
G = 18.9%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F06BDB (or 0xF06BDB) is known color: Free Speech Magenta. HEX triplet: F0, 6B and DB. RGB value is (240,107,219). Sum of RGB (Red+Green+Blue) = 240+107+219=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BDB is #0F9424. Grayscale: #9F9F9F. Windows color (decimal): -1020965 or 14380016. OLE color: 14380016.

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

Color convert

RGB 240 107 219 -
CMYK 0 0.55 0.09 0.06
HSL 309.47º 0.82% 0.68% -
HSV(B) 309.47º 0.55% 0.94% -
XYZ 53.98 34.16 70.77 -
YUV 159.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 240 107 219 0 0.55 0.09 0.06 309.47 0.82 0.68
Hex F0 6B DB 0 37 9 6 135 52 44
Octal 360 153 333 0 67 11 6 465 122 104
Binary 11110000 1101011 11011011 0 110111 1001 110 100110101 1010010 1000100

Color Harmonies of #F06BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BDB

Black with #F06BDB

Text Example


Text Example

White with #F06BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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