Html Css Color HEX #F052DB Free Speech Magenta

📋 copy color: '#F052DB'

red 240 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Magenta #F052DB

Tints of Free Speech Magenta #F052DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.16%

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

R = 44.36%
G = 15.16%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F052DB (or 0xF052DB) is known color: Free Speech Magenta. HEX triplet: F0, 52 and DB. RGB value is (240,82,219). Sum of RGB (Red+Green+Blue) = 240+82+219=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F052DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F052DB is #0FAD24. Grayscale: #909090. Windows color (decimal): -1027365 or 14373616. OLE color: 14373616.

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

Color convert

RGB 240 82 219 -
CMYK 0 0.66 0.09 0.06
HSL 307.97º 0.84% 0.63% -
HSV(B) 307.97º 0.66% 0.94% -
XYZ 51.74 29.67 70.02 -
YUV 144.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 240 82 219 0 0.66 0.09 0.06 307.97 0.84 0.63
Hex F0 52 DB 0 42 9 6 134 54 3F
Octal 360 122 333 0 102 11 6 464 124 77
Binary 11110000 1010010 11011011 0 1000010 1001 110 100110100 1010100 111111

Color Harmonies of #F052DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F052DB

Black with #F052DB

Text Example


Text Example

White with #F052DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F052DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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