Html Css Color HEX #F858D0 Free Speech Magenta

📋 copy color: '#F858D0'

red 248 ◦ green 88 ◦ blue 208

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

Shades of Free Speech Magenta #F858D0

Tints of Free Speech Magenta #F858D0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.18%

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 45.59%
G = 16.18%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F858D0 (or 0xF858D0) is known color: Free Speech Magenta. HEX triplet: F8, 58 and D0. RGB value is (248,88,208). Sum of RGB (Red+Green+Blue) = 248+88+208=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 88 (34.77% from 255 or 16.18% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F858D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858D0 is #07A72F. Grayscale: #959595. Windows color (decimal): -501552 or 13654264. OLE color: 13654264.

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

Color convert

RGB 248 88 208 -
CMYK 0 0.65 0.16 0.03
HSL 315º 0.92% 0.66% -
HSV(B) 315º 0.65% 0.97% -
XYZ 53.59 31.49 62.93 -
YUV 149.52 161.01 198.24 -
System Red Green Blue C M Y K H S L
Decimal 248 88 208 0 0.65 0.16 0.03 315 0.92 0.66
Hex F8 58 D0 0 41 10 3 13B 5C 42
Octal 370 130 320 0 101 20 3 473 134 102
Binary 11111000 1011000 11010000 0 1000001 10000 11 100111011 1011100 1000010

Color Harmonies of #F858D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858D0

Black with #F858D0

Text Example


Text Example

White with #F858D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858D0; }

 p { color: rgb(248,88,208); }

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

background-color css

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

 a { background-color: rgb(248,88,208); }

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

border-color css

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

 span { border-color: rgb(248,88,208); }

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