Html Css Color HEX #F047DB Free Speech Magenta

📋 copy color: '#F047DB'

red 240 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #F047DB

Tints of Free Speech Magenta #F047DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.4%

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

R = 45.28%
G = 13.4%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F047DB (or 0xF047DB) is known color: Free Speech Magenta. HEX triplet: F0, 47 and DB. RGB value is (240,71,219). Sum of RGB (Red+Green+Blue) = 240+71+219=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 71 (28.12% from 255 or 13.40% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F047DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047DB is #0FB824. Grayscale: #898989. Windows color (decimal): -1030181 or 14370800. OLE color: 14370800.

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

Color convert

RGB 240 71 219 -
CMYK 0 0.70 0.09 0.06
HSL 307.46º 0.85% 0.61% -
HSV(B) 307.46º 0.7% 0.94% -
XYZ 50.97 28.15 69.76 -
YUV 138.4 173.49 200.47 -
System Red Green Blue C M Y K H S L
Decimal 240 71 219 0 0.70 0.09 0.06 307.46 0.85 0.61
Hex F0 47 DB 0 46 9 6 133 55 3D
Octal 360 107 333 0 106 11 6 463 125 75
Binary 11110000 1000111 11011011 0 1000110 1001 110 100110011 1010101 111101

Color Harmonies of #F047DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F047DB

Black with #F047DB

Text Example


Text Example

White with #F047DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F047DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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