Html Css Color HEX #F848DF Free Speech Magenta

📋 copy color: '#F848DF'

red 248 ◦ green 72 ◦ blue 223

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

Shades of Free Speech Magenta #F848DF

Tints of Free Speech Magenta #F848DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.26%

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

R = 45.67%
G = 13.26%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F848DF (or 0xF848DF) is known color: Free Speech Magenta. HEX triplet: F8, 48 and DF. RGB value is (248,72,223). Sum of RGB (Red+Green+Blue) = 248+72+223=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 72 (28.52% from 255 or 13.26% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F848DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F848DF is #07B720. Grayscale: #8D8D8D. Windows color (decimal): -505633 or 14633208. OLE color: 14633208.

HSL color Cylindrical-coordinate representation of color #F848DF: hue angle of 308.52º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F848DF is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 72 223 -
CMYK 0 0.71 0.10 0.03
HSL 308.52º 0.93% 0.63% -
HSV(B) 308.52º 0.71% 0.97% -
XYZ 54.35 29.92 72.72 -
YUV 141.84 173.81 203.72 -
System Red Green Blue C M Y K H S L
Decimal 248 72 223 0 0.71 0.10 0.03 308.52 0.93 0.63
Hex F8 48 DF 0 47 A 3 135 5D 3F
Octal 370 110 337 0 107 12 3 465 135 77
Binary 11111000 1001000 11011111 0 1000111 1010 11 100110101 1011101 111111

Color Harmonies of #F848DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F848DF

Black with #F848DF

Text Example


Text Example

White with #F848DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F848DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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