Html Css Color HEX #F858D4 Free Speech Magenta

📋 copy color: '#F858D4'

red 248 ◦ green 88 ◦ blue 212

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

Shades of Free Speech Magenta #F858D4

Tints of Free Speech Magenta #F858D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.69%

R = 45.26%
G = 16.06%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F858D4 (or 0xF858D4) is known color: Free Speech Magenta. HEX triplet: F8, 58 and D4. RGB value is (248,88,212). Sum of RGB (Red+Green+Blue) = 248+88+212=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F858D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858D4 is #07A72B. Grayscale: #959595. Windows color (decimal): -501548 or 13916408. OLE color: 13916408.

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

Color convert

RGB 248 88 212 -
CMYK 0 0.65 0.15 0.03
HSL 313.5º 0.92% 0.66% -
HSV(B) 313.5º 0.65% 0.97% -
XYZ 54.08 31.69 65.55 -
YUV 149.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 248 88 212 0 0.65 0.15 0.03 313.5 0.92 0.66
Hex F8 58 D4 0 41 F 3 13A 5C 42
Octal 370 130 324 0 101 17 3 472 134 102
Binary 11111000 1011000 11010100 0 1000001 1111 11 100111010 1011100 1000010

Color Harmonies of #F858D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F858D4

Black with #F858D4

Text Example


Text Example

White with #F858D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F858D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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