Html Css Color HEX #F144E4 Free Speech Magenta

📋 copy color: '#F144E4'

red 241 ◦ green 68 ◦ blue 228

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

Shades of Free Speech Magenta #F144E4

Tints of Free Speech Magenta #F144E4

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.66%

 BLUE value IS 228 (89.45% from 255) = 42.46%

R = 44.88%
G = 12.66%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F144E4 (or 0xF144E4) is known color: Free Speech Magenta. HEX triplet: F1, 44 and E4. RGB value is (241,68,228). Sum of RGB (Red+Green+Blue) = 241+68+228=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 68 (26.95% from 255 or 12.66% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F144E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144E4 is #0EBB1B. Grayscale: #898989. Windows color (decimal): -965404 or 14959857. OLE color: 14959857.

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

Color convert

RGB 241 68 228 -
CMYK 0 0.72 0.05 0.05
HSL 304.51º 0.86% 0.61% -
HSV(B) 304.51º 0.72% 0.95% -
XYZ 52.35 28.44 76.13 -
YUV 137.97 178.81 201.49 -
System Red Green Blue C M Y K H S L
Decimal 241 68 228 0 0.72 0.05 0.05 304.51 0.86 0.61
Hex F1 44 E4 0 48 5 5 131 56 3D
Octal 361 104 344 0 110 5 5 461 126 75
Binary 11110001 1000100 11100100 0 1001000 101 101 100110001 1010110 111101

Color Harmonies of #F144E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144E4

Black with #F144E4

Text Example


Text Example

White with #F144E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144E4; }

 p { color: rgb(241,68,228); }

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

background-color css

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

 a { background-color: rgb(241,68,228); }

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

border-color css

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

 span { border-color: rgb(241,68,228); }

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