Html Css Color HEX #F855DB Free Speech Magenta

📋 copy color: '#F855DB'

red 248 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #F855DB

Tints of Free Speech Magenta #F855DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.4%

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 44.93%
G = 15.4%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F855DB (or 0xF855DB) is known color: Free Speech Magenta. HEX triplet: F8, 55 and DB. RGB value is (248,85,219). Sum of RGB (Red+Green+Blue) = 248+85+219=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F855DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855DB is #07AA24. Grayscale: #949494. Windows color (decimal): -502309 or 14374392. OLE color: 14374392.

HSL color Cylindrical-coordinate representation of color #F855DB: hue angle of 310.67º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F855DB is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 85 219 -
CMYK 0 0.66 0.12 0.03
HSL 310.67º 0.92% 0.65% -
HSV(B) 310.67º 0.66% 0.97% -
XYZ 54.75 31.57 70.23 -
YUV 149.01 167.5 198.6 -
System Red Green Blue C M Y K H S L
Decimal 248 85 219 0 0.66 0.12 0.03 310.67 0.92 0.65
Hex F8 55 DB 0 42 C 3 137 5C 41
Octal 370 125 333 0 102 14 3 467 134 101
Binary 11111000 1010101 11011011 0 1000010 1100 11 100110111 1011100 1000001

Color Harmonies of #F855DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F855DB

Black with #F855DB

Text Example


Text Example

White with #F855DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F855DB; }

 p { color: rgb(248,85,219); }

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

background-color css

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

 a { background-color: rgb(248,85,219); }

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

border-color css

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

 span { border-color: rgb(248,85,219); }

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