Html Css Color HEX #FA60DB Free Speech Magenta

📋 copy color: '#FA60DB'

red 250 ◦ green 96 ◦ blue 219

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

Shades of Free Speech Magenta #FA60DB

Tints of Free Speech Magenta #FA60DB

RGB

 RED value IS 250 (98.05% from 255) = 44.25%

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

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

R = 44.25%
G = 16.99%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA60DB (or 0xFA60DB) is known color: Free Speech Magenta. HEX triplet: FA, 60 and DB. RGB value is (250,96,219). Sum of RGB (Red+Green+Blue) = 250+96+219=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 96 (37.89% from 255 or 16.99% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA60DB is #059F24. Grayscale: #9B9B9B. Windows color (decimal): -368421 or 14377210. OLE color: 14377210.

HSL color Cylindrical-coordinate representation of color #FA60DB: hue angle of 312.08º degrees, saturation: 0.94, 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 #FA60DB is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 96 219 -
CMYK 0 0.62 0.12 0.02
HSL 312.08º 0.94% 0.68% -
HSV(B) 312.08º 0.62% 0.98% -
XYZ 56.39 33.8 70.57 -
YUV 156.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 250 96 219 0 0.62 0.12 0.02 312.08 0.94 0.68
Hex FA 60 DB 0 3E C 2 138 5E 44
Octal 372 140 333 0 76 14 2 470 136 104
Binary 11111010 1100000 11011011 0 111110 1100 10 100111000 1011110 1000100

Color Harmonies of #FA60DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60DB

Black with #FA60DB

Text Example


Text Example

White with #FA60DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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