Html Css Color HEX #F84ADF Free Speech Magenta

📋 copy color: '#F84ADF'

red 248 ◦ green 74 ◦ blue 223

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

Shades of Free Speech Magenta #F84ADF

Tints of Free Speech Magenta #F84ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.58%

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

R = 45.5%
G = 13.58%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F84ADF (or 0xF84ADF) is known color: Free Speech Magenta. HEX triplet: F8, 4A and DF. RGB value is (248,74,223). Sum of RGB (Red+Green+Blue) = 248+74+223=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 74 (29.30% from 255 or 13.58% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F84ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84ADF is #07B520. Grayscale: #8E8E8E. Windows color (decimal): -505121 or 14633720. OLE color: 14633720.

HSL color Cylindrical-coordinate representation of color #F84ADF: hue angle of 308.62º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84ADF is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 74 223 -
CMYK 0 0.70 0.10 0.03
HSL 308.62º 0.93% 0.63% -
HSV(B) 308.62º 0.7% 0.97% -
XYZ 54.48 30.18 72.77 -
YUV 143.01 173.15 202.88 -
System Red Green Blue C M Y K H S L
Decimal 248 74 223 0 0.70 0.10 0.03 308.62 0.93 0.63
Hex F8 4A DF 0 46 A 3 135 5D 3F
Octal 370 112 337 0 106 12 3 465 135 77
Binary 11111000 1001010 11011111 0 1000110 1010 11 100110101 1011101 111111

Color Harmonies of #F84ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84ADF

Black with #F84ADF

Text Example


Text Example

White with #F84ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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