Html Css Color HEX #FA4BDB Free Speech Magenta

📋 copy color: '#FA4BDB'

red 250 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Magenta #FA4BDB

Tints of Free Speech Magenta #FA4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.79%

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

R = 45.96%
G = 13.79%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA4BDB (or 0xFA4BDB) is known color: Free Speech Magenta. HEX triplet: FA, 4B and DB. RGB value is (250,75,219). Sum of RGB (Red+Green+Blue) = 250+75+219=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 75 (29.69% from 255 or 13.79% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4BDB is #05B424. Grayscale: #8F8F8F. Windows color (decimal): -373797 or 14371834. OLE color: 14371834.

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

Color convert

RGB 250 75 219 -
CMYK 0 0.7 0.12 0.02
HSL 310.63º 0.95% 0.64% -
HSV(B) 310.63º 0.7% 0.98% -
XYZ 54.73 30.47 70.01 -
YUV 143.74 170.48 203.79 -
System Red Green Blue C M Y K H S L
Decimal 250 75 219 0 0.7 0.12 0.02 310.63 0.95 0.64
Hex FA 4B DB 0 46 C 2 137 5F 40
Octal 372 113 333 0 106 14 2 467 137 100
Binary 11111010 1001011 11011011 0 1000110 1100 10 100110111 1011111 1000000

Color Harmonies of #FA4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4BDB

Black with #FA4BDB

Text Example


Text Example

White with #FA4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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