Html Css Color HEX #F853D1 Free Speech Magenta

📋 copy color: '#F853D1'

red 248 ◦ green 83 ◦ blue 209

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

Shades of Free Speech Magenta #F853D1

Tints of Free Speech Magenta #F853D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 45.93%
G = 15.37%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F853D1 (or 0xF853D1) is known color: Free Speech Magenta. HEX triplet: F8, 53 and D1. RGB value is (248,83,209). Sum of RGB (Red+Green+Blue) = 248+83+209=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F853D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853D1 is #07AC2E. Grayscale: #929292. Windows color (decimal): -502831 or 13718520. OLE color: 13718520.

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

Color convert

RGB 248 83 209 -
CMYK 0 0.67 0.16 0.03
HSL 314.18º 0.92% 0.65% -
HSV(B) 314.18º 0.67% 0.97% -
XYZ 53.31 30.75 63.45 -
YUV 146.7 163.16 200.25 -
System Red Green Blue C M Y K H S L
Decimal 248 83 209 0 0.67 0.16 0.03 314.18 0.92 0.65
Hex F8 53 D1 0 43 10 3 13A 5C 41
Octal 370 123 321 0 103 20 3 472 134 101
Binary 11111000 1010011 11010001 0 1000011 10000 11 100111010 1011100 1000001

Color Harmonies of #F853D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F853D1

Black with #F853D1

Text Example


Text Example

White with #F853D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F853D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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