Html Css Color HEX #F058C8 Free Speech Magenta

📋 copy color: '#F058C8'

red 240 ◦ green 88 ◦ blue 200

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

Shades of Free Speech Magenta #F058C8

Tints of Free Speech Magenta #F058C8

RGB

 RED value IS 240 (94.14% from 255) = 45.45%

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

 BLUE value IS 200 (78.52% from 255) = 37.88%

R = 45.45%
G = 16.67%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F058C8 (or 0xF058C8) is known color: Free Speech Magenta. HEX triplet: F0, 58 and C8. RGB value is (240,88,200). Sum of RGB (Red+Green+Blue) = 240+88+200=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F058C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058C8 is #0FA737. Grayscale: #919191. Windows color (decimal): -1025848 or 13129968. OLE color: 13129968.

HSL color Cylindrical-coordinate representation of color #F058C8: hue angle of 315.79º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F058C8 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 88 200 -
CMYK 0 0.63 0.17 0.06
HSL 315.79º 0.84% 0.64% -
HSV(B) 315.79º 0.63% 0.94% -
XYZ 49.85 29.67 57.74 -
YUV 146.22 158.36 194.89 -
System Red Green Blue C M Y K H S L
Decimal 240 88 200 0 0.63 0.17 0.06 315.79 0.84 0.64
Hex F0 58 C8 0 3F 11 6 13C 54 40
Octal 360 130 310 0 77 21 6 474 124 100
Binary 11110000 1011000 11001000 0 111111 10001 110 100111100 1010100 1000000

Color Harmonies of #F058C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058C8

Black with #F058C8

Text Example


Text Example

White with #F058C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058C8; }

 p { color: rgb(240,88,200); }

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

background-color css

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

 a { background-color: rgb(240,88,200); }

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

border-color css

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

 span { border-color: rgb(240,88,200); }

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