Html Css Color HEX #F058DF Free Speech Magenta

📋 copy color: '#F058DF'

red 240 ◦ green 88 ◦ blue 223

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

Shades of Free Speech Magenta #F058DF

Tints of Free Speech Magenta #F058DF

RGB

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

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

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

R = 43.56%
G = 15.97%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F058DF (or 0xF058DF) is known color: Free Speech Magenta. HEX triplet: F0, 58 and DF. RGB value is (240,88,223). Sum of RGB (Red+Green+Blue) = 240+88+223=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 88 (34.77% from 255 or 15.97% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F058DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058DF is #0FA720. Grayscale: #949494. Windows color (decimal): -1025825 or 14637296. OLE color: 14637296.

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

Color convert

RGB 240 88 223 -
CMYK 0 0.63 0.07 0.06
HSL 306.71º 0.84% 0.64% -
HSV(B) 306.71º 0.63% 0.94% -
XYZ 52.74 30.83 72.98 -
YUV 148.84 169.86 193.02 -
System Red Green Blue C M Y K H S L
Decimal 240 88 223 0 0.63 0.07 0.06 306.71 0.84 0.64
Hex F0 58 DF 0 3F 7 6 133 54 40
Octal 360 130 337 0 77 7 6 463 124 100
Binary 11110000 1011000 11011111 0 111111 111 110 100110011 1010100 1000000

Color Harmonies of #F058DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058DF

Black with #F058DF

Text Example


Text Example

White with #F058DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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