Html Css Color HEX #F145E4 Free Speech Magenta

📋 copy color: '#F145E4'

red 241 ◦ green 69 ◦ blue 228

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

Shades of Free Speech Magenta #F145E4

Tints of Free Speech Magenta #F145E4

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.83%

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

R = 44.8%
G = 12.83%
B = 42.38%

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

#F145E4 (or 0xF145E4) is known color: Free Speech Magenta. HEX triplet: F1, 45 and E4. RGB value is (241,69,228). Sum of RGB (Red+Green+Blue) = 241+69+228=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 69 (27.34% from 255 or 12.83% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F145E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145E4 is #0EBA1B. Grayscale: #8A8A8A. Windows color (decimal): -965148 or 14960113. OLE color: 14960113.

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

Color convert

RGB 241 69 228 -
CMYK 0 0.71 0.05 0.05
HSL 304.53º 0.86% 0.61% -
HSV(B) 304.53º 0.71% 0.95% -
XYZ 52.41 28.56 76.15 -
YUV 138.55 178.48 201.07 -
System Red Green Blue C M Y K H S L
Decimal 241 69 228 0 0.71 0.05 0.05 304.53 0.86 0.61
Hex F1 45 E4 0 47 5 5 131 56 3D
Octal 361 105 344 0 107 5 5 461 126 75
Binary 11110001 1000101 11100100 0 1000111 101 101 100110001 1010110 111101

Color Harmonies of #F145E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F145E4

Black with #F145E4

Text Example


Text Example

White with #F145E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F145E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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