Html Css Color HEX #F063E5 Free Speech Magenta

📋 copy color: '#F063E5'

red 240 ◦ green 99 ◦ blue 229

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

Shades of Free Speech Magenta #F063E5

Tints of Free Speech Magenta #F063E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.32%

R = 42.25%
G = 17.43%
B = 40.32%

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

#F063E5 (or 0xF063E5) is known color: Free Speech Magenta. HEX triplet: F0, 63 and E5. RGB value is (240,99,229). Sum of RGB (Red+Green+Blue) = 240+99+229=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 99 (39.06% from 255 or 17.43% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F063E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063E5 is #0F9C1A. Grayscale: #9B9B9B. Windows color (decimal): -1023003 or 15033328. OLE color: 15033328.

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

Color convert

RGB 240 99 229 -
CMYK 0 0.59 0.05 0.06
HSL 304.68º 0.82% 0.66% -
HSV(B) 304.68º 0.59% 0.94% -
XYZ 54.54 33.11 77.64 -
YUV 155.98 169.21 187.93 -
System Red Green Blue C M Y K H S L
Decimal 240 99 229 0 0.59 0.05 0.06 304.68 0.82 0.66
Hex F0 63 E5 0 3B 5 6 131 52 42
Octal 360 143 345 0 73 5 6 461 122 102
Binary 11110000 1100011 11100101 0 111011 101 110 100110001 1010010 1000010

Color Harmonies of #F063E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063E5

Black with #F063E5

Text Example


Text Example

White with #F063E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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