Html Css Color HEX #F84FDF Free Speech Magenta

📋 copy color: '#F84FDF'

red 248 ◦ green 79 ◦ blue 223

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

Shades of Free Speech Magenta #F84FDF

Tints of Free Speech Magenta #F84FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.36%

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

R = 45.09%
G = 14.36%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F84FDF (or 0xF84FDF) is known color: Free Speech Magenta. HEX triplet: F8, 4F and DF. RGB value is (248,79,223). Sum of RGB (Red+Green+Blue) = 248+79+223=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 79 (31.25% from 255 or 14.36% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84FDF is #07B020. Grayscale: #919191. Windows color (decimal): -503841 or 14635000. OLE color: 14635000.

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

Color convert

RGB 248 79 223 -
CMYK 0 0.68 0.10 0.03
HSL 308.88º 0.92% 0.64% -
HSV(B) 308.88º 0.68% 0.97% -
XYZ 54.83 30.88 72.88 -
YUV 145.95 171.49 200.79 -
System Red Green Blue C M Y K H S L
Decimal 248 79 223 0 0.68 0.10 0.03 308.88 0.92 0.64
Hex F8 4F DF 0 44 A 3 135 5C 40
Octal 370 117 337 0 104 12 3 465 134 100
Binary 11111000 1001111 11011111 0 1000100 1010 11 100110101 1011100 1000000

Color Harmonies of #F84FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84FDF

Black with #F84FDF

Text Example


Text Example

White with #F84FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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