Html Css Color HEX #F85CDD Free Speech Magenta

📋 copy color: '#F85CDD'

red 248 ◦ green 92 ◦ blue 221

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

Shades of Free Speech Magenta #F85CDD

Tints of Free Speech Magenta #F85CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 44.21%
G = 16.4%
B = 39.39%

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

#F85CDD (or 0xF85CDD) is known color: Free Speech Magenta. HEX triplet: F8, 5C and DD. RGB value is (248,92,221). Sum of RGB (Red+Green+Blue) = 248+92+221=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 92 (36.33% from 255 or 16.40% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85CDD is #07A322. Grayscale: #989898. Windows color (decimal): -500515 or 14507256. OLE color: 14507256.

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

Color convert

RGB 248 92 221 -
CMYK 0 0.63 0.11 0.03
HSL 310.38º 0.92% 0.67% -
HSV(B) 310.38º 0.63% 0.97% -
XYZ 55.59 32.83 71.81 -
YUV 153.35 166.18 195.51 -
System Red Green Blue C M Y K H S L
Decimal 248 92 221 0 0.63 0.11 0.03 310.38 0.92 0.67
Hex F8 5C DD 0 3F B 3 136 5C 43
Octal 370 134 335 0 77 13 3 466 134 103
Binary 11111000 1011100 11011101 0 111111 1011 11 100110110 1011100 1000011

Color Harmonies of #F85CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85CDD

Black with #F85CDD

Text Example


Text Example

White with #F85CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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