Html Css Color HEX #F45ADB Free Speech Magenta

📋 copy color: '#F45ADB'

red 244 ◦ green 90 ◦ blue 219

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

Shades of Free Speech Magenta #F45ADB

Tints of Free Speech Magenta #F45ADB

RGB

 RED value IS 244 (95.7% from 255) = 44.12%

 GREEN value IS 90 (35.55% from 255) = 16.27%

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

R = 44.12%
G = 16.27%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F45ADB (or 0xF45ADB) is known color: Free Speech Magenta. HEX triplet: F4, 5A and DB. RGB value is (244,90,219). Sum of RGB (Red+Green+Blue) = 244+90+219=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F45ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45ADB is #0BA524. Grayscale: #969696. Windows color (decimal): -763173 or 14375668. OLE color: 14375668.

HSL color Cylindrical-coordinate representation of color #F45ADB: hue angle of 309.74º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45ADB is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 90 219 -
CMYK 0 0.63 0.10 0.04
HSL 309.74º 0.88% 0.65% -
HSV(B) 309.74º 0.63% 0.96% -
XYZ 53.75 31.66 70.3 -
YUV 150.75 166.52 194.51 -
System Red Green Blue C M Y K H S L
Decimal 244 90 219 0 0.63 0.10 0.04 309.74 0.88 0.65
Hex F4 5A DB 0 3F A 4 136 58 41
Octal 364 132 333 0 77 12 4 466 130 101
Binary 11110100 1011010 11011011 0 111111 1010 100 100110110 1011000 1000001

Color Harmonies of #F45ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45ADB

Black with #F45ADB

Text Example


Text Example

White with #F45ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45ADB; }

 p { color: rgb(244,90,219); }

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

background-color css

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

 a { background-color: rgb(244,90,219); }

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

border-color css

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

 span { border-color: rgb(244,90,219); }

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