Html Css Color HEX #F241EF Free Speech Magenta

📋 copy color: '#F241EF'

red 242 ◦ green 65 ◦ blue 239

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

Shades of Free Speech Magenta #F241EF

Tints of Free Speech Magenta #F241EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.77%

R = 44.32%
G = 11.9%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F241EF (or 0xF241EF) is known color: Free Speech Magenta. HEX triplet: F2, 41 and EF. RGB value is (242,65,239). Sum of RGB (Red+Green+Blue) = 242+65+239=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 65 (25.78% from 255 or 11.90% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F241EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F241EF is #0DBE10. Grayscale: #898989. Windows color (decimal): -900625 or 15679986. OLE color: 15679986.

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

Color convert

RGB 242 65 239 -
CMYK 0 0.73 0.01 0.05
HSL 301.02º 0.87% 0.6% -
HSV(B) 301.02º 0.73% 0.95% -
XYZ 54.09 28.89 84.39 -
YUV 137.76 185.14 202.35 -
System Red Green Blue C M Y K H S L
Decimal 242 65 239 0 0.73 0.01 0.05 301.02 0.87 0.6
Hex F2 41 EF 0 49 1 5 12D 57 3C
Octal 362 101 357 0 111 1 5 455 127 74
Binary 11110010 1000001 11101111 0 1001001 1 101 100101101 1010111 111100

Color Harmonies of #F241EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241EF

Black with #F241EF

Text Example


Text Example

White with #F241EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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