Html Css Color HEX #F048DB Free Speech Magenta

📋 copy color: '#F048DB'

red 240 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Magenta #F048DB

Tints of Free Speech Magenta #F048DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.56%

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

R = 45.2%
G = 13.56%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F048DB (or 0xF048DB) is known color: Free Speech Magenta. HEX triplet: F0, 48 and DB. RGB value is (240,72,219). Sum of RGB (Red+Green+Blue) = 240+72+219=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 72 (28.52% from 255 or 13.56% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F048DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F048DB is #0FB724. Grayscale: #8A8A8A. Windows color (decimal): -1029925 or 14371056. OLE color: 14371056.

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

Color convert

RGB 240 72 219 -
CMYK 0 0.7 0.09 0.06
HSL 307.5º 0.85% 0.61% -
HSV(B) 307.5º 0.7% 0.94% -
XYZ 51.04 28.27 69.79 -
YUV 138.99 173.16 200.05 -
System Red Green Blue C M Y K H S L
Decimal 240 72 219 0 0.7 0.09 0.06 307.5 0.85 0.61
Hex F0 48 DB 0 46 9 6 134 55 3D
Octal 360 110 333 0 106 11 6 464 125 75
Binary 11110000 1001000 11011011 0 1000110 1001 110 100110100 1010101 111101

Color Harmonies of #F048DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F048DB

Black with #F048DB

Text Example


Text Example

White with #F048DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F048DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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