Html Css Color HEX #F14ADB Free Speech Magenta

📋 copy color: '#F14ADB'

red 241 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #F14ADB

Tints of Free Speech Magenta #F14ADB

RGB

 RED value IS 241 (94.53% from 255) = 45.13%

 GREEN value IS 74 (29.3% from 255) = 13.86%

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

R = 45.13%
G = 13.86%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F14ADB (or 0xF14ADB) is known color: Free Speech Magenta. HEX triplet: F1, 4A and DB. RGB value is (241,74,219). Sum of RGB (Red+Green+Blue) = 241+74+219=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 74 (29.30% from 255 or 13.86% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F14ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14ADB is #0EB524. Grayscale: #8C8C8C. Windows color (decimal): -963877 or 14371569. OLE color: 14371569.

HSL color Cylindrical-coordinate representation of color #F14ADB: hue angle of 307.9º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14ADB is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 74 219 -
CMYK 0 0.69 0.09 0.05
HSL 307.9º 0.86% 0.62% -
HSV(B) 307.9º 0.69% 0.95% -
XYZ 51.51 28.71 69.85 -
YUV 140.46 172.33 199.71 -
System Red Green Blue C M Y K H S L
Decimal 241 74 219 0 0.69 0.09 0.05 307.9 0.86 0.62
Hex F1 4A DB 0 45 9 5 134 56 3E
Octal 361 112 333 0 105 11 5 464 126 76
Binary 11110001 1001010 11011011 0 1000101 1001 101 100110100 1010110 111110

Color Harmonies of #F14ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14ADB

Black with #F14ADB

Text Example


Text Example

White with #F14ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14ADB; }

 p { color: rgb(241,74,219); }

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

background-color css

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

 a { background-color: rgb(241,74,219); }

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

border-color css

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

 span { border-color: rgb(241,74,219); }

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