Html Css Color HEX #F85FDB Free Speech Magenta

📋 copy color: '#F85FDB'

red 248 ◦ green 95 ◦ blue 219

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

Shades of Free Speech Magenta #F85FDB

Tints of Free Speech Magenta #F85FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.9%

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

R = 44.13%
G = 16.9%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F85FDB (or 0xF85FDB) is known color: Free Speech Magenta. HEX triplet: F8, 5F and DB. RGB value is (248,95,219). Sum of RGB (Red+Green+Blue) = 248+95+219=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 95 (37.5% from 255 or 16.90% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85FDB is #07A024. Grayscale: #9A9A9A. Windows color (decimal): -499749 or 14376952. OLE color: 14376952.

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

Color convert

RGB 248 95 219 -
CMYK 0 0.62 0.12 0.03
HSL 311.37º 0.92% 0.67% -
HSV(B) 311.37º 0.62% 0.97% -
XYZ 55.59 33.26 70.51 -
YUV 154.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 248 95 219 0 0.62 0.12 0.03 311.37 0.92 0.67
Hex F8 5F DB 0 3E C 3 137 5C 43
Octal 370 137 333 0 76 14 3 467 134 103
Binary 11111000 1011111 11011011 0 111110 1100 11 100110111 1011100 1000011

Color Harmonies of #F85FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85FDB

Black with #F85FDB

Text Example


Text Example

White with #F85FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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