Html Css Color HEX #F848ED Free Speech Magenta

📋 copy color: '#F848ED'

red 248 ◦ green 72 ◦ blue 237

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

Shades of Free Speech Magenta #F848ED

Tints of Free Speech Magenta #F848ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 44.52%
G = 12.93%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F848ED (or 0xF848ED) is known color: Free Speech Magenta. HEX triplet: F8, 48 and ED. RGB value is (248,72,237). Sum of RGB (Red+Green+Blue) = 248+72+237=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 72 (28.52% from 255 or 12.93% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F848ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F848ED is #07B712. Grayscale: #8E8E8E. Windows color (decimal): -505619 or 15550712. OLE color: 15550712.

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

Color convert

RGB 248 72 237 -
CMYK 0 0.71 0.04 0.03
HSL 303.75º 0.93% 0.63% -
HSV(B) 303.75º 0.71% 0.97% -
XYZ 56.31 30.71 83.08 -
YUV 143.43 180.81 202.58 -
System Red Green Blue C M Y K H S L
Decimal 248 72 237 0 0.71 0.04 0.03 303.75 0.93 0.63
Hex F8 48 ED 0 47 4 3 130 5D 3F
Octal 370 110 355 0 107 4 3 460 135 77
Binary 11111000 1001000 11101101 0 1000111 100 11 100110000 1011101 111111

Color Harmonies of #F848ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F848ED

Black with #F848ED

Text Example


Text Example

White with #F848ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F848ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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