Html Css Color HEX #F146E5 Free Speech Magenta

📋 copy color: '#F146E5'

red 241 ◦ green 70 ◦ blue 229

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

Shades of Free Speech Magenta #F146E5

Tints of Free Speech Magenta #F146E5

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.96%

 BLUE value IS 229 (89.84% from 255) = 42.41%

R = 44.63%
G = 12.96%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F146E5 (or 0xF146E5) is known color: Free Speech Magenta. HEX triplet: F1, 46 and E5. RGB value is (241,70,229). Sum of RGB (Red+Green+Blue) = 241+70+229=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 70 (27.73% from 255 or 12.96% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F146E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F146E5 is #0EB91A. Grayscale: #8A8A8A. Windows color (decimal): -964891 or 15025905. OLE color: 15025905.

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

Color convert

RGB 241 70 229 -
CMYK 0 0.71 0.05 0.05
HSL 304.21º 0.86% 0.61% -
HSV(B) 304.21º 0.71% 0.95% -
XYZ 52.61 28.74 76.9 -
YUV 139.26 178.65 200.57 -
System Red Green Blue C M Y K H S L
Decimal 241 70 229 0 0.71 0.05 0.05 304.21 0.86 0.61
Hex F1 46 E5 0 47 5 5 130 56 3D
Octal 361 106 345 0 107 5 5 460 126 75
Binary 11110001 1000110 11100101 0 1000111 101 101 100110000 1010110 111101

Color Harmonies of #F146E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F146E5

Black with #F146E5

Text Example


Text Example

White with #F146E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F146E5; }

 p { color: rgb(241,70,229); }

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

background-color css

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

 a { background-color: rgb(241,70,229); }

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

border-color css

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

 span { border-color: rgb(241,70,229); }

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