Html Css Color HEX #F84DDB Free Speech Magenta

📋 copy color: '#F84DDB'

red 248 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #F84DDB

Tints of Free Speech Magenta #F84DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 45.59%
G = 14.15%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F84DDB (or 0xF84DDB) is known color: Free Speech Magenta. HEX triplet: F8, 4D and DB. RGB value is (248,77,219). Sum of RGB (Red+Green+Blue) = 248+77+219=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 77 (30.47% from 255 or 14.15% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84DDB is #07B224. Grayscale: #8F8F8F. Windows color (decimal): -504357 or 14372344. OLE color: 14372344.

HSL color Cylindrical-coordinate representation of color #F84DDB: hue angle of 310.18º 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 #F84DDB is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 77 219 -
CMYK 0 0.69 0.12 0.03
HSL 310.18º 0.92% 0.64% -
HSV(B) 310.18º 0.69% 0.97% -
XYZ 54.15 30.38 70.03 -
YUV 144.32 170.15 201.95 -
System Red Green Blue C M Y K H S L
Decimal 248 77 219 0 0.69 0.12 0.03 310.18 0.92 0.64
Hex F8 4D DB 0 45 C 3 136 5C 40
Octal 370 115 333 0 105 14 3 466 134 100
Binary 11111000 1001101 11011011 0 1000101 1100 11 100110110 1011100 1000000

Color Harmonies of #F84DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84DDB

Black with #F84DDB

Text Example


Text Example

White with #F84DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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