Html Css Color HEX #F251EC Free Speech Magenta

📋 copy color: '#F251EC'

red 242 ◦ green 81 ◦ blue 236

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

Shades of Free Speech Magenta #F251EC

Tints of Free Speech Magenta #F251EC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.49%

 BLUE value IS 236 (92.58% from 255) = 42.22%

R = 43.29%
G = 14.49%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F251EC (or 0xF251EC) is known color: Free Speech Magenta. HEX triplet: F2, 51 and EC. RGB value is (242,81,236). Sum of RGB (Red+Green+Blue) = 242+81+236=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 81 (32.03% from 255 or 14.49% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F251EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F251EC is #0DAE13. Grayscale: #929292. Windows color (decimal): -896532 or 15487474. OLE color: 15487474.

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

Color convert

RGB 242 81 236 -
CMYK 0 0.67 0.02 0.05
HSL 302.24º 0.86% 0.63% -
HSV(B) 302.24º 0.67% 0.95% -
XYZ 54.7 30.82 82.42 -
YUV 146.81 178.34 195.9 -
System Red Green Blue C M Y K H S L
Decimal 242 81 236 0 0.67 0.02 0.05 302.24 0.86 0.63
Hex F2 51 EC 0 43 2 5 12E 56 3F
Octal 362 121 354 0 103 2 5 456 126 77
Binary 11110010 1010001 11101100 0 1000011 10 101 100101110 1010110 111111

Color Harmonies of #F251EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251EC

Black with #F251EC

Text Example


Text Example

White with #F251EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251EC; }

 p { color: rgb(242,81,236); }

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

background-color css

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

 a { background-color: rgb(242,81,236); }

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

border-color css

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

 span { border-color: rgb(242,81,236); }

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