Html Css Color HEX #F251ED Free Speech Magenta

📋 copy color: '#F251ED'

red 242 ◦ green 81 ◦ blue 237

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

Shades of Free Speech Magenta #F251ED

Tints of Free Speech Magenta #F251ED

RGB

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

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

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

R = 43.21%
G = 14.46%
B = 42.32%

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

#F251ED (or 0xF251ED) is known color: Free Speech Magenta. HEX triplet: F2, 51 and ED. RGB value is (242,81,237). Sum of RGB (Red+Green+Blue) = 242+81+237=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 81 (32.03% from 255 or 14.46% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F251ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F251ED is #0DAE12. Grayscale: #929292. Windows color (decimal): -896531 or 15553010. OLE color: 15553010.

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

Color convert

RGB 242 81 237 -
CMYK 0 0.67 0.02 0.05
HSL 301.86º 0.86% 0.63% -
HSV(B) 301.86º 0.67% 0.95% -
XYZ 54.85 30.88 83.19 -
YUV 146.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 242 81 237 0 0.67 0.02 0.05 301.86 0.86 0.63
Hex F2 51 ED 0 43 2 5 12E 56 3F
Octal 362 121 355 0 103 2 5 456 126 77
Binary 11110010 1010001 11101101 0 1000011 10 101 100101110 1010110 111111

Color Harmonies of #F251ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251ED

Black with #F251ED

Text Example


Text Example

White with #F251ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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