Html Css Color HEX #F84DDD Free Speech Magenta

📋 copy color: '#F84DDD'

red 248 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Magenta #F84DDD

Tints of Free Speech Magenta #F84DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.1%

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 45.42%
G = 14.1%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F84DDD (or 0xF84DDD) is known color: Free Speech Magenta. HEX triplet: F8, 4D and DD. RGB value is (248,77,221). Sum of RGB (Red+Green+Blue) = 248+77+221=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 77 (30.47% from 255 or 14.10% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84DDD is #07B222. Grayscale: #909090. Windows color (decimal): -504355 or 14503416. OLE color: 14503416.

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

Color convert

RGB 248 77 221 -
CMYK 0 0.69 0.11 0.03
HSL 309.47º 0.92% 0.64% -
HSV(B) 309.47º 0.69% 0.97% -
XYZ 54.42 30.48 71.42 -
YUV 144.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 248 77 221 0 0.69 0.11 0.03 309.47 0.92 0.64
Hex F8 4D DD 0 45 B 3 135 5C 40
Octal 370 115 335 0 105 13 3 465 134 100
Binary 11111000 1001101 11011101 0 1000101 1011 11 100110101 1011100 1000000

Color Harmonies of #F84DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84DDD

Black with #F84DDD

Text Example


Text Example

White with #F84DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84DDD; }

 p { color: rgb(248,77,221); }

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

background-color css

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

 a { background-color: rgb(248,77,221); }

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

border-color css

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

 span { border-color: rgb(248,77,221); }

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