Html Css Color HEX #F85CDC Free Speech Magenta

📋 copy color: '#F85CDC'

red 248 ◦ green 92 ◦ blue 220

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

Shades of Free Speech Magenta #F85CDC

Tints of Free Speech Magenta #F85CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.43%

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

R = 44.29%
G = 16.43%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F85CDC (or 0xF85CDC) is known color: Free Speech Magenta. HEX triplet: F8, 5C and DC. RGB value is (248,92,220). Sum of RGB (Red+Green+Blue) = 248+92+220=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85CDC is #07A323. Grayscale: #989898. Windows color (decimal): -500516 or 14441720. OLE color: 14441720.

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

Color convert

RGB 248 92 220 -
CMYK 0 0.63 0.11 0.03
HSL 310.77º 0.92% 0.67% -
HSV(B) 310.77º 0.63% 0.97% -
XYZ 55.46 32.78 71.11 -
YUV 153.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 248 92 220 0 0.63 0.11 0.03 310.77 0.92 0.67
Hex F8 5C DC 0 3F B 3 137 5C 43
Octal 370 134 334 0 77 13 3 467 134 103
Binary 11111000 1011100 11011100 0 111111 1011 11 100110111 1011100 1000011

Color Harmonies of #F85CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85CDC

Black with #F85CDC

Text Example


Text Example

White with #F85CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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