Html Css Color HEX #F251E6 Free Speech Magenta

📋 copy color: '#F251E6'

red 242 ◦ green 81 ◦ blue 230

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

Shades of Free Speech Magenta #F251E6

Tints of Free Speech Magenta #F251E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 43.76%
G = 14.65%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F251E6 (or 0xF251E6) is known color: Free Speech Magenta. HEX triplet: F2, 51 and E6. RGB value is (242,81,230). Sum of RGB (Red+Green+Blue) = 242+81+230=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 81 (32.03% from 255 or 14.65% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F251E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F251E6 is #0DAE19. Grayscale: #919191. Windows color (decimal): -896538 or 15094258. OLE color: 15094258.

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

Color convert

RGB 242 81 230 -
CMYK 0 0.67 0.05 0.05
HSL 304.47º 0.86% 0.63% -
HSV(B) 304.47º 0.67% 0.95% -
XYZ 53.84 30.48 77.91 -
YUV 146.13 175.34 196.38 -
System Red Green Blue C M Y K H S L
Decimal 242 81 230 0 0.67 0.05 0.05 304.47 0.86 0.63
Hex F2 51 E6 0 43 5 5 130 56 3F
Octal 362 121 346 0 103 5 5 460 126 77
Binary 11110010 1010001 11100110 0 1000011 101 101 100110000 1010110 111111

Color Harmonies of #F251E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F251E6

Black with #F251E6

Text Example


Text Example

White with #F251E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F251E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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