Html Css Color HEX #F063E3 Free Speech Magenta

📋 copy color: '#F063E3'

red 240 ◦ green 99 ◦ blue 227

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

Shades of Free Speech Magenta #F063E3

Tints of Free Speech Magenta #F063E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.11%

R = 42.4%
G = 17.49%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F063E3 (or 0xF063E3) is known color: Free Speech Magenta. HEX triplet: F0, 63 and E3. RGB value is (240,99,227). Sum of RGB (Red+Green+Blue) = 240+99+227=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 99 (39.06% from 255 or 17.49% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F063E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063E3 is #0F9C1C. Grayscale: #9B9B9B. Windows color (decimal): -1023005 or 14902256. OLE color: 14902256.

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

Color convert

RGB 240 99 227 -
CMYK 0 0.59 0.05 0.06
HSL 305.53º 0.82% 0.66% -
HSV(B) 305.53º 0.59% 0.94% -
XYZ 54.26 33 76.18 -
YUV 155.75 168.21 188.09 -
System Red Green Blue C M Y K H S L
Decimal 240 99 227 0 0.59 0.05 0.06 305.53 0.82 0.66
Hex F0 63 E3 0 3B 5 6 132 52 42
Octal 360 143 343 0 73 5 6 462 122 102
Binary 11110000 1100011 11100011 0 111011 101 110 100110010 1010010 1000010

Color Harmonies of #F063E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063E3

Black with #F063E3

Text Example


Text Example

White with #F063E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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