Html Css Color HEX #F04BDB Free Speech Magenta

📋 copy color: '#F04BDB'

red 240 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Magenta #F04BDB

Tints of Free Speech Magenta #F04BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.04%

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

R = 44.94%
G = 14.04%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F04BDB (or 0xF04BDB) is known color: Free Speech Magenta. HEX triplet: F0, 4B and DB. RGB value is (240,75,219). Sum of RGB (Red+Green+Blue) = 240+75+219=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 75 (29.69% from 255 or 14.04% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F04BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04BDB is #0FB424. Grayscale: #8C8C8C. Windows color (decimal): -1029157 or 14371824. OLE color: 14371824.

HSL color Cylindrical-coordinate representation of color #F04BDB: hue angle of 307.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04BDB is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 75 219 -
CMYK 0 0.69 0.09 0.06
HSL 307.64º 0.85% 0.62% -
HSV(B) 307.64º 0.69% 0.94% -
XYZ 51.24 28.67 69.85 -
YUV 140.75 172.16 198.79 -
System Red Green Blue C M Y K H S L
Decimal 240 75 219 0 0.69 0.09 0.06 307.64 0.85 0.62
Hex F0 4B DB 0 45 9 6 134 55 3E
Octal 360 113 333 0 105 11 6 464 125 76
Binary 11110000 1001011 11011011 0 1000101 1001 110 100110100 1010101 111110

Color Harmonies of #F04BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04BDB

Black with #F04BDB

Text Example


Text Example

White with #F04BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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