Html Css Color HEX #F861E6 Free Speech Magenta

📋 copy color: '#F861E6'

red 248 ◦ green 97 ◦ blue 230

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

Shades of Free Speech Magenta #F861E6

Tints of Free Speech Magenta #F861E6

RGB

 RED value IS 248 (97.27% from 255) = 43.13%

 GREEN value IS 97 (38.28% from 255) = 16.87%

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

R = 43.13%
G = 16.87%
B = 40%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F861E6 (or 0xF861E6) is known color: Free Speech Magenta. HEX triplet: F8, 61 and E6. RGB value is (248,97,230). Sum of RGB (Red+Green+Blue) = 248+97+230=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 97 (38.28% from 255 or 16.87% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F861E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F861E6 is #079E19. Grayscale: #9C9C9C. Windows color (decimal): -499226 or 15098360. OLE color: 15098360.

HSL color Cylindrical-coordinate representation of color #F861E6: hue angle of 307.15º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F861E6 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 97 230 -
CMYK 0 0.61 0.07 0.03
HSL 307.15º 0.92% 0.68% -
HSV(B) 307.15º 0.61% 0.97% -
XYZ 57.27 34.22 78.45 -
YUV 157.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 248 97 230 0 0.61 0.07 0.03 307.15 0.92 0.68
Hex F8 61 E6 0 3D 7 3 133 5C 44
Octal 370 141 346 0 75 7 3 463 134 104
Binary 11111000 1100001 11100110 0 111101 111 11 100110011 1011100 1000100

Color Harmonies of #F861E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F861E6

Black with #F861E6

Text Example


Text Example

White with #F861E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F861E6; }

 p { color: rgb(248,97,230); }

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

background-color css

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

 a { background-color: rgb(248,97,230); }

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

border-color css

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

 span { border-color: rgb(248,97,230); }

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