Html Css Color HEX #F14CE4 Free Speech Magenta

📋 copy color: '#F14CE4'

red 241 ◦ green 76 ◦ blue 228

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

Shades of Free Speech Magenta #F14CE4

Tints of Free Speech Magenta #F14CE4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.94%

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

R = 44.22%
G = 13.94%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F14CE4 (or 0xF14CE4) is known color: Free Speech Magenta. HEX triplet: F1, 4C and E4. RGB value is (241,76,228). Sum of RGB (Red+Green+Blue) = 241+76+228=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 76 (30.08% from 255 or 13.94% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CE4 is #0EB31B. Grayscale: #8E8E8E. Windows color (decimal): -963356 or 14961905. OLE color: 14961905.

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

Color convert

RGB 241 76 228 -
CMYK 0 0.68 0.05 0.05
HSL 304.73º 0.85% 0.62% -
HSV(B) 304.73º 0.68% 0.95% -
XYZ 52.86 29.47 76.3 -
YUV 142.66 176.16 198.14 -
System Red Green Blue C M Y K H S L
Decimal 241 76 228 0 0.68 0.05 0.05 304.73 0.85 0.62
Hex F1 4C E4 0 44 5 5 131 55 3E
Octal 361 114 344 0 104 5 5 461 125 76
Binary 11110001 1001100 11100100 0 1000100 101 101 100110001 1010101 111110

Color Harmonies of #F14CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CE4

Black with #F14CE4

Text Example


Text Example

White with #F14CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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