Html Css Color HEX #F853DB Free Speech Magenta

📋 copy color: '#F853DB'

red 248 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #F853DB

Tints of Free Speech Magenta #F853DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.09%

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

R = 45.09%
G = 15.09%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F853DB (or 0xF853DB) is known color: Free Speech Magenta. HEX triplet: F8, 53 and DB. RGB value is (248,83,219). Sum of RGB (Red+Green+Blue) = 248+83+219=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 83 (32.81% from 255 or 15.09% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F853DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853DB is #07AC24. Grayscale: #939393. Windows color (decimal): -502821 or 14373880. OLE color: 14373880.

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

Color convert

RGB 248 83 219 -
CMYK 0 0.67 0.12 0.03
HSL 310.55º 0.92% 0.65% -
HSV(B) 310.55º 0.67% 0.97% -
XYZ 54.59 31.26 70.17 -
YUV 147.84 168.16 199.44 -
System Red Green Blue C M Y K H S L
Decimal 248 83 219 0 0.67 0.12 0.03 310.55 0.92 0.65
Hex F8 53 DB 0 43 C 3 137 5C 41
Octal 370 123 333 0 103 14 3 467 134 101
Binary 11111000 1010011 11011011 0 1000011 1100 11 100110111 1011100 1000001

Color Harmonies of #F853DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F853DB

Black with #F853DB

Text Example


Text Example

White with #F853DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F853DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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