Html Css Color HEX #F853D9 Free Speech Magenta

📋 copy color: '#F853D9'

red 248 ◦ green 83 ◦ blue 217

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

Shades of Free Speech Magenta #F853D9

Tints of Free Speech Magenta #F853D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.6%

R = 45.26%
G = 15.15%
B = 39.6%

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

#F853D9 (or 0xF853D9) is known color: Free Speech Magenta. HEX triplet: F8, 53 and D9. RGB value is (248,83,217). Sum of RGB (Red+Green+Blue) = 248+83+217=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 83 (32.81% from 255 or 15.15% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F853D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853D9 is #07AC26. Grayscale: #939393. Windows color (decimal): -502823 or 14242808. OLE color: 14242808.

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

Color convert

RGB 248 83 217 -
CMYK 0 0.67 0.12 0.03
HSL 311.27º 0.92% 0.65% -
HSV(B) 311.27º 0.67% 0.97% -
XYZ 54.33 31.15 68.8 -
YUV 147.61 167.16 199.6 -
System Red Green Blue C M Y K H S L
Decimal 248 83 217 0 0.67 0.12 0.03 311.27 0.92 0.65
Hex F8 53 D9 0 43 C 3 137 5C 41
Octal 370 123 331 0 103 14 3 467 134 101
Binary 11111000 1010011 11011001 0 1000011 1100 11 100110111 1011100 1000001

Color Harmonies of #F853D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F853D9

Black with #F853D9

Text Example


Text Example

White with #F853D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F853D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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