Html Css Color HEX #F06CDB Free Speech Magenta

📋 copy color: '#F06CDB'

red 240 ◦ green 108 ◦ blue 219

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

Shades of Free Speech Magenta #F06CDB

Tints of Free Speech Magenta #F06CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.05%

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

R = 42.33%
G = 19.05%
B = 38.62%

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

#F06CDB (or 0xF06CDB) is known color: Free Speech Magenta. HEX triplet: F0, 6C and DB. RGB value is (240,108,219). Sum of RGB (Red+Green+Blue) = 240+108+219=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CDB is #0F9324. Grayscale: #9F9F9F. Windows color (decimal): -1020709 or 14380272. OLE color: 14380272.

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

Color convert

RGB 240 108 219 -
CMYK 0 0.55 0.09 0.06
HSL 309.55º 0.81% 0.68% -
HSV(B) 309.55º 0.55% 0.94% -
XYZ 54.08 34.36 70.8 -
YUV 160.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 240 108 219 0 0.55 0.09 0.06 309.55 0.81 0.68
Hex F0 6C DB 0 37 9 6 136 51 44
Octal 360 154 333 0 67 11 6 466 121 104
Binary 11110000 1101100 11011011 0 110111 1001 110 100110110 1010001 1000100

Color Harmonies of #F06CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CDB

Black with #F06CDB

Text Example


Text Example

White with #F06CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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