Html Css Color HEX #F856D4 Free Speech Magenta

📋 copy color: '#F856D4'

red 248 ◦ green 86 ◦ blue 212

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

Shades of Free Speech Magenta #F856D4

Tints of Free Speech Magenta #F856D4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.75%

 BLUE value IS 212 (83.2% from 255) = 38.83%

R = 45.42%
G = 15.75%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F856D4 (or 0xF856D4) is known color: Free Speech Magenta. HEX triplet: F8, 56 and D4. RGB value is (248,86,212). Sum of RGB (Red+Green+Blue) = 248+86+212=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 86 (33.98% from 255 or 15.75% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F856D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856D4 is #07A92B. Grayscale: #949494. Windows color (decimal): -502060 or 13915896. OLE color: 13915896.

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

Color convert

RGB 248 86 212 -
CMYK 0 0.65 0.15 0.03
HSL 313.33º 0.92% 0.65% -
HSV(B) 313.33º 0.65% 0.97% -
XYZ 53.92 31.37 65.5 -
YUV 148.8 163.67 198.75 -
System Red Green Blue C M Y K H S L
Decimal 248 86 212 0 0.65 0.15 0.03 313.33 0.92 0.65
Hex F8 56 D4 0 41 F 3 139 5C 41
Octal 370 126 324 0 101 17 3 471 134 101
Binary 11111000 1010110 11010100 0 1000001 1111 11 100111001 1011100 1000001

Color Harmonies of #F856D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856D4

Black with #F856D4

Text Example


Text Example

White with #F856D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856D4; }

 p { color: rgb(248,86,212); }

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

background-color css

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

 a { background-color: rgb(248,86,212); }

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

border-color css

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

 span { border-color: rgb(248,86,212); }

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