Html Css Color HEX #FB60DB Free Speech Magenta

📋 copy color: '#FB60DB'

red 251 ◦ green 96 ◦ blue 219

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

Shades of Free Speech Magenta #FB60DB

Tints of Free Speech Magenta #FB60DB

RGB

 RED value IS 251 (98.44% from 255) = 44.35%

 GREEN value IS 96 (37.89% from 255) = 16.96%

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

R = 44.35%
G = 16.96%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB60DB (or 0xFB60DB) is known color: Free Speech Magenta. HEX triplet: FB, 60 and DB. RGB value is (251,96,219). Sum of RGB (Red+Green+Blue) = 251+96+219=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 96 (37.89% from 255 or 16.96% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB60DB is #049F24. Grayscale: #9C9C9C. Windows color (decimal): -302885 or 14377211. OLE color: 14377211.

HSL color Cylindrical-coordinate representation of color #FB60DB: hue angle of 312.39º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB60DB is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 96 219 -
CMYK 0 0.62 0.13 0.02
HSL 312.39º 0.95% 0.68% -
HSV(B) 312.39º 0.62% 0.98% -
XYZ 56.75 33.99 70.59 -
YUV 156.37 163.35 195.5 -
System Red Green Blue C M Y K H S L
Decimal 251 96 219 0 0.62 0.13 0.02 312.39 0.95 0.68
Hex FB 60 DB 0 3E D 2 138 5F 44
Octal 373 140 333 0 76 15 2 470 137 104
Binary 11111011 1100000 11011011 0 111110 1101 10 100111000 1011111 1000100

Color Harmonies of #FB60DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB60DB

Black with #FB60DB

Text Example


Text Example

White with #FB60DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB60DB; }

 p { color: rgb(251,96,219); }

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

background-color css

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

 a { background-color: rgb(251,96,219); }

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

border-color css

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

 span { border-color: rgb(251,96,219); }

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