Html Css Color HEX #F055DB Free Speech Magenta

📋 copy color: '#F055DB'

red 240 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #F055DB

Tints of Free Speech Magenta #F055DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.63%

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

R = 44.12%
G = 15.63%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F055DB (or 0xF055DB) is known color: Free Speech Magenta. HEX triplet: F0, 55 and DB. RGB value is (240,85,219). Sum of RGB (Red+Green+Blue) = 240+85+219=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F055DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055DB is #0FAA24. Grayscale: #929292. Windows color (decimal): -1026597 or 14374384. OLE color: 14374384.

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

Color convert

RGB 240 85 219 -
CMYK 0 0.65 0.09 0.06
HSL 308.13º 0.84% 0.64% -
HSV(B) 308.13º 0.65% 0.94% -
XYZ 51.97 30.14 70.1 -
YUV 146.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 240 85 219 0 0.65 0.09 0.06 308.13 0.84 0.64
Hex F0 55 DB 0 41 9 6 134 54 40
Octal 360 125 333 0 101 11 6 464 124 100
Binary 11110000 1010101 11011011 0 1000001 1001 110 100110100 1010100 1000000

Color Harmonies of #F055DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F055DB

Black with #F055DB

Text Example


Text Example

White with #F055DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F055DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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