Html Css Color HEX #F853DF Free Speech Magenta

📋 copy color: '#F853DF'

red 248 ◦ green 83 ◦ blue 223

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

Shades of Free Speech Magenta #F853DF

Tints of Free Speech Magenta #F853DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 44.77%
G = 14.98%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F853DF (or 0xF853DF) is known color: Free Speech Magenta. HEX triplet: F8, 53 and DF. RGB value is (248,83,223). Sum of RGB (Red+Green+Blue) = 248+83+223=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 83 (32.81% from 255 or 14.98% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F853DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853DF is #07AC20. Grayscale: #939393. Windows color (decimal): -502817 or 14636024. OLE color: 14636024.

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

Color convert

RGB 248 83 223 -
CMYK 0 0.67 0.10 0.03
HSL 309.09º 0.92% 0.65% -
HSV(B) 309.09º 0.67% 0.97% -
XYZ 55.12 31.47 72.98 -
YUV 148.3 170.16 199.12 -
System Red Green Blue C M Y K H S L
Decimal 248 83 223 0 0.67 0.10 0.03 309.09 0.92 0.65
Hex F8 53 DF 0 43 A 3 135 5C 41
Octal 370 123 337 0 103 12 3 465 134 101
Binary 11111000 1010011 11011111 0 1000011 1010 11 100110101 1011100 1000001

Color Harmonies of #F853DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F853DF

Black with #F853DF

Text Example


Text Example

White with #F853DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F853DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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