Html Css Color HEX #F143ED Free Speech Magenta

📋 copy color: '#F143ED'

red 241 ◦ green 67 ◦ blue 237

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

Shades of Free Speech Magenta #F143ED

Tints of Free Speech Magenta #F143ED

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.29%

 BLUE value IS 237 (92.97% from 255) = 43.49%

R = 44.22%
G = 12.29%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F143ED (or 0xF143ED) is known color: Free Speech Magenta. HEX triplet: F1, 43 and ED. RGB value is (241,67,237). Sum of RGB (Red+Green+Blue) = 241+67+237=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 67 (26.56% from 255 or 12.29% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F143ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F143ED is #0EBC12. Grayscale: #898989. Windows color (decimal): -965651 or 15549425. OLE color: 15549425.

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

Color convert

RGB 241 67 237 -
CMYK 0 0.72 0.02 0.05
HSL 301.38º 0.86% 0.6% -
HSV(B) 301.38º 0.72% 0.95% -
XYZ 53.57 28.83 82.86 -
YUV 138.41 183.65 201.18 -
System Red Green Blue C M Y K H S L
Decimal 241 67 237 0 0.72 0.02 0.05 301.38 0.86 0.6
Hex F1 43 ED 0 48 2 5 12D 56 3C
Octal 361 103 355 0 110 2 5 455 126 74
Binary 11110001 1000011 11101101 0 1001000 10 101 100101101 1010110 111100

Color Harmonies of #F143ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F143ED

Black with #F143ED

Text Example


Text Example

White with #F143ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F143ED; }

 p { color: rgb(241,67,237); }

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

background-color css

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

 a { background-color: rgb(241,67,237); }

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

border-color css

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

 span { border-color: rgb(241,67,237); }

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