Html Css Color HEX #F241ED Free Speech Magenta

📋 copy color: '#F241ED'

red 242 ◦ green 65 ◦ blue 237

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

Shades of Free Speech Magenta #F241ED

Tints of Free Speech Magenta #F241ED

RGB

 RED value IS 242 (94.92% from 255) = 44.49%

 GREEN value IS 65 (25.78% from 255) = 11.95%

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

R = 44.49%
G = 11.95%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F241ED (or 0xF241ED) is known color: Free Speech Magenta. HEX triplet: F2, 41 and ED. RGB value is (242,65,237). Sum of RGB (Red+Green+Blue) = 242+65+237=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 65 (25.78% from 255 or 11.95% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F241ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F241ED is #0DBE12. Grayscale: #898989. Windows color (decimal): -900627 or 15548914. OLE color: 15548914.

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

Color convert

RGB 242 65 237 -
CMYK 0 0.73 0.02 0.05
HSL 301.69º 0.87% 0.6% -
HSV(B) 301.69º 0.73% 0.95% -
XYZ 53.79 28.77 82.84 -
YUV 137.53 184.14 202.51 -
System Red Green Blue C M Y K H S L
Decimal 242 65 237 0 0.73 0.02 0.05 301.69 0.87 0.6
Hex F2 41 ED 0 49 2 5 12E 57 3C
Octal 362 101 355 0 111 2 5 456 127 74
Binary 11110010 1000001 11101101 0 1001001 10 101 100101110 1010111 111100

Color Harmonies of #F241ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241ED

Black with #F241ED

Text Example


Text Example

White with #F241ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241ED; }

 p { color: rgb(242,65,237); }

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

background-color css

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

 a { background-color: rgb(242,65,237); }

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

border-color css

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

 span { border-color: rgb(242,65,237); }

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