Html Css Color HEX #F251EE Free Speech Magenta

📋 copy color: '#F251EE'

red 242 ◦ green 81 ◦ blue 238

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

Shades of Free Speech Magenta #F251EE

Tints of Free Speech Magenta #F251EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 43.14%
G = 14.44%
B = 42.42%

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

#F251EE (or 0xF251EE) is known color: Free Speech Magenta. HEX triplet: F2, 51 and EE. RGB value is (242,81,238). Sum of RGB (Red+Green+Blue) = 242+81+238=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 81 (32.03% from 255 or 14.44% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F251EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F251EE is #0DAE11. Grayscale: #929292. Windows color (decimal): -896530 or 15618546. OLE color: 15618546.

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

Color convert

RGB 242 81 238 -
CMYK 0 0.67 0.02 0.05
HSL 301.49º 0.86% 0.63% -
HSV(B) 301.49º 0.67% 0.95% -
XYZ 54.99 30.94 83.96 -
YUV 147.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 242 81 238 0 0.67 0.02 0.05 301.49 0.86 0.63
Hex F2 51 EE 0 43 2 5 12D 56 3F
Octal 362 121 356 0 103 2 5 455 126 77
Binary 11110010 1010001 11101110 0 1000011 10 101 100101101 1010110 111111

Color Harmonies of #F251EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251EE

Black with #F251EE

Text Example


Text Example

White with #F251EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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