Html Css Color HEX #F063DF Free Speech Magenta

📋 copy color: '#F063DF'

red 240 ◦ green 99 ◦ blue 223

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

Shades of Free Speech Magenta #F063DF

Tints of Free Speech Magenta #F063DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.62%

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

R = 42.7%
G = 17.62%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F063DF (or 0xF063DF) is known color: Free Speech Magenta. HEX triplet: F0, 63 and DF. RGB value is (240,99,223). Sum of RGB (Red+Green+Blue) = 240+99+223=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 99 (39.06% from 255 or 17.62% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F063DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063DF is #0F9C20. Grayscale: #9A9A9A. Windows color (decimal): -1023009 or 14640112. OLE color: 14640112.

HSL color Cylindrical-coordinate representation of color #F063DF: hue angle of 307.23º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F063DF is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 223 -
CMYK 0 0.59 0.07 0.06
HSL 307.23º 0.82% 0.66% -
HSV(B) 307.23º 0.59% 0.94% -
XYZ 53.72 32.78 73.31 -
YUV 155.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 240 99 223 0 0.59 0.07 0.06 307.23 0.82 0.66
Hex F0 63 DF 0 3B 7 6 133 52 42
Octal 360 143 337 0 73 7 6 463 122 102
Binary 11110000 1100011 11011111 0 111011 111 110 100110011 1010010 1000010

Color Harmonies of #F063DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063DF

Black with #F063DF

Text Example


Text Example

White with #F063DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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