Html Css Color HEX #F854DF Free Speech Magenta

📋 copy color: '#F854DF'

red 248 ◦ green 84 ◦ blue 223

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

Shades of Free Speech Magenta #F854DF

Tints of Free Speech Magenta #F854DF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.14%

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 44.68%
G = 15.14%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F854DF (or 0xF854DF) is known color: Free Speech Magenta. HEX triplet: F8, 54 and DF. RGB value is (248,84,223). Sum of RGB (Red+Green+Blue) = 248+84+223=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 84 (33.20% from 255 or 15.14% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F854DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F854DF is #07AB20. Grayscale: #949494. Windows color (decimal): -502561 or 14636280. OLE color: 14636280.

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

Color convert

RGB 248 84 223 -
CMYK 0 0.66 0.10 0.03
HSL 309.15º 0.92% 0.65% -
HSV(B) 309.15º 0.66% 0.97% -
XYZ 55.2 31.62 73.01 -
YUV 148.88 169.83 198.7 -
System Red Green Blue C M Y K H S L
Decimal 248 84 223 0 0.66 0.10 0.03 309.15 0.92 0.65
Hex F8 54 DF 0 42 A 3 135 5C 41
Octal 370 124 337 0 102 12 3 465 134 101
Binary 11111000 1010100 11011111 0 1000010 1010 11 100110101 1011100 1000001

Color Harmonies of #F854DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F854DF

Black with #F854DF

Text Example


Text Example

White with #F854DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F854DF; }

 p { color: rgb(248,84,223); }

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

background-color css

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

 a { background-color: rgb(248,84,223); }

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

border-color css

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

 span { border-color: rgb(248,84,223); }

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