Html Css Color HEX #F85FDF Free Speech Magenta

📋 copy color: '#F85FDF'

red 248 ◦ green 95 ◦ blue 223

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

Shades of Free Speech Magenta #F85FDF

Tints of Free Speech Magenta #F85FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 43.82%
G = 16.78%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F85FDF (or 0xF85FDF) is known color: Free Speech Magenta. HEX triplet: F8, 5F and DF. RGB value is (248,95,223). Sum of RGB (Red+Green+Blue) = 248+95+223=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 95 (37.5% from 255 or 16.78% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85FDF is #07A020. Grayscale: #9A9A9A. Windows color (decimal): -499745 or 14639096. OLE color: 14639096.

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

Color convert

RGB 248 95 223 -
CMYK 0 0.62 0.10 0.03
HSL 309.8º 0.92% 0.67% -
HSV(B) 309.8º 0.62% 0.97% -
XYZ 56.12 33.47 73.31 -
YUV 155.34 166.19 194.09 -
System Red Green Blue C M Y K H S L
Decimal 248 95 223 0 0.62 0.10 0.03 309.8 0.92 0.67
Hex F8 5F DF 0 3E A 3 136 5C 43
Octal 370 137 337 0 76 12 3 466 134 103
Binary 11111000 1011111 11011111 0 111110 1010 11 100110110 1011100 1000011

Color Harmonies of #F85FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85FDF

Black with #F85FDF

Text Example


Text Example

White with #F85FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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