Html Css Color HEX #F85FDC Free Speech Magenta

📋 copy color: '#F85FDC'

red 248 ◦ green 95 ◦ blue 220

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

Shades of Free Speech Magenta #F85FDC

Tints of Free Speech Magenta #F85FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 44.05%
G = 16.87%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F85FDC (or 0xF85FDC) is known color: Free Speech Magenta. HEX triplet: F8, 5F and DC. RGB value is (248,95,220). Sum of RGB (Red+Green+Blue) = 248+95+220=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 95 (37.5% from 255 or 16.87% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85FDC is #07A023. Grayscale: #9A9A9A. Windows color (decimal): -499748 or 14442488. OLE color: 14442488.

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

Color convert

RGB 248 95 220 -
CMYK 0 0.62 0.11 0.03
HSL 310.98º 0.92% 0.67% -
HSV(B) 310.98º 0.62% 0.97% -
XYZ 55.72 33.31 71.2 -
YUV 155 164.69 194.34 -
System Red Green Blue C M Y K H S L
Decimal 248 95 220 0 0.62 0.11 0.03 310.98 0.92 0.67
Hex F8 5F DC 0 3E B 3 137 5C 43
Octal 370 137 334 0 76 13 3 467 134 103
Binary 11111000 1011111 11011100 0 111110 1011 11 100110111 1011100 1000011

Color Harmonies of #F85FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85FDC

Black with #F85FDC

Text Example


Text Example

White with #F85FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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