Html Css Color HEX #F14ADF Free Speech Magenta

📋 copy color: '#F14ADF'

red 241 ◦ green 74 ◦ blue 223

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

Shades of Free Speech Magenta #F14ADF

Tints of Free Speech Magenta #F14ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 44.8%
G = 13.75%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F14ADF (or 0xF14ADF) is known color: Free Speech Magenta. HEX triplet: F1, 4A and DF. RGB value is (241,74,223). Sum of RGB (Red+Green+Blue) = 241+74+223=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F14ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14ADF is #0EB520. Grayscale: #8C8C8C. Windows color (decimal): -963873 or 14633713. OLE color: 14633713.

HSL color Cylindrical-coordinate representation of color #F14ADF: hue angle of 306.47º 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 #F14ADF is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 74 223 -
CMYK 0 0.69 0.07 0.05
HSL 306.47º 0.86% 0.62% -
HSV(B) 306.47º 0.69% 0.95% -
XYZ 52.04 28.93 72.65 -
YUV 140.92 174.33 199.38 -
System Red Green Blue C M Y K H S L
Decimal 241 74 223 0 0.69 0.07 0.05 306.47 0.86 0.62
Hex F1 4A DF 0 45 7 5 132 56 3E
Octal 361 112 337 0 105 7 5 462 126 76
Binary 11110001 1001010 11011111 0 1000101 111 101 100110010 1010110 111110

Color Harmonies of #F14ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14ADF

Black with #F14ADF

Text Example


Text Example

White with #F14ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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