Html Css Color HEX #F063E9 Free Speech Magenta

📋 copy color: '#F063E9'

red 240 ◦ green 99 ◦ blue 233

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

Shades of Free Speech Magenta #F063E9

Tints of Free Speech Magenta #F063E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.73%

R = 41.96%
G = 17.31%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F063E9 (or 0xF063E9) is known color: Free Speech Magenta. HEX triplet: F0, 63 and E9. RGB value is (240,99,233). Sum of RGB (Red+Green+Blue) = 240+99+233=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F063E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F063E9 is #0F9C16. Grayscale: #9C9C9C. Windows color (decimal): -1022999 or 15295472. OLE color: 15295472.

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

Color convert

RGB 240 99 233 -
CMYK 0 0.59 0.03 0.06
HSL 302.98º 0.82% 0.66% -
HSV(B) 302.98º 0.59% 0.94% -
XYZ 55.11 33.33 80.62 -
YUV 156.44 171.21 187.6 -
System Red Green Blue C M Y K H S L
Decimal 240 99 233 0 0.59 0.03 0.06 302.98 0.82 0.66
Hex F0 63 E9 0 3B 3 6 12F 52 42
Octal 360 143 351 0 73 3 6 457 122 102
Binary 11110000 1100011 11101001 0 111011 11 110 100101111 1010010 1000010

Color Harmonies of #F063E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063E9

Black with #F063E9

Text Example


Text Example

White with #F063E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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