Html Css Color HEX #F241EB Free Speech Magenta

📋 copy color: '#F241EB'

red 242 ◦ green 65 ◦ blue 235

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

Shades of Free Speech Magenta #F241EB

Tints of Free Speech Magenta #F241EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.36%

R = 44.65%
G = 11.99%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F241EB (or 0xF241EB) is known color: Free Speech Magenta. HEX triplet: F2, 41 and EB. RGB value is (242,65,235). Sum of RGB (Red+Green+Blue) = 242+65+235=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 65 (25.78% from 255 or 11.99% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F241EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F241EB is #0DBE14. Grayscale: #888888. Windows color (decimal): -900629 or 15417842. OLE color: 15417842.

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

Color convert

RGB 242 65 235 -
CMYK 0 0.73 0.03 0.05
HSL 302.37º 0.87% 0.6% -
HSV(B) 302.37º 0.73% 0.95% -
XYZ 53.5 28.66 81.31 -
YUV 137.3 183.14 202.68 -
System Red Green Blue C M Y K H S L
Decimal 242 65 235 0 0.73 0.03 0.05 302.37 0.87 0.6
Hex F2 41 EB 0 49 3 5 12E 57 3C
Octal 362 101 353 0 111 3 5 456 127 74
Binary 11110010 1000001 11101011 0 1001001 11 101 100101110 1010111 111100

Color Harmonies of #F241EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241EB

Black with #F241EB

Text Example


Text Example

White with #F241EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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