Html Css Color HEX #F863E6 Free Speech Magenta

📋 copy color: '#F863E6'

red 248 ◦ green 99 ◦ blue 230

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

Shades of Free Speech Magenta #F863E6

Tints of Free Speech Magenta #F863E6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.16%

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

R = 42.98%
G = 17.16%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F863E6 (or 0xF863E6) is known color: Free Speech Magenta. HEX triplet: F8, 63 and E6. RGB value is (248,99,230). Sum of RGB (Red+Green+Blue) = 248+99+230=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 99 (39.06% from 255 or 17.16% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F863E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F863E6 is #079C19. Grayscale: #9E9E9E. Windows color (decimal): -498714 or 15098872. OLE color: 15098872.

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

Color convert

RGB 248 99 230 -
CMYK 0 0.60 0.07 0.03
HSL 307.25º 0.91% 0.68% -
HSV(B) 307.25º 0.6% 0.97% -
XYZ 57.46 34.59 78.51 -
YUV 158.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 248 99 230 0 0.60 0.07 0.03 307.25 0.91 0.68
Hex F8 63 E6 0 3C 7 3 133 5B 44
Octal 370 143 346 0 74 7 3 463 133 104
Binary 11111000 1100011 11100110 0 111100 111 11 100110011 1011011 1000100

Color Harmonies of #F863E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F863E6

Black with #F863E6

Text Example


Text Example

White with #F863E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F863E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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