Html Css Color HEX #F063E2 Free Speech Magenta

📋 copy color: '#F063E2'

red 240 ◦ green 99 ◦ blue 226

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

Shades of Free Speech Magenta #F063E2

Tints of Free Speech Magenta #F063E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40%

R = 42.48%
G = 17.52%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F063E2 (or 0xF063E2) is known color: Free Speech Magenta. HEX triplet: F0, 63 and E2. RGB value is (240,99,226). Sum of RGB (Red+Green+Blue) = 240+99+226=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 99 (39.06% from 255 or 17.52% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F063E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063E2 is #0F9C1D. Grayscale: #9B9B9B. Windows color (decimal): -1023006 or 14836720. OLE color: 14836720.

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

Color convert

RGB 240 99 226 -
CMYK 0 0.59 0.06 0.06
HSL 305.96º 0.82% 0.66% -
HSV(B) 305.96º 0.59% 0.94% -
XYZ 54.12 32.94 75.46 -
YUV 155.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 240 99 226 0 0.59 0.06 0.06 305.96 0.82 0.66
Hex F0 63 E2 0 3B 6 6 132 52 42
Octal 360 143 342 0 73 6 6 462 122 102
Binary 11110000 1100011 11100010 0 111011 110 110 100110010 1010010 1000010

Color Harmonies of #F063E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063E2

Black with #F063E2

Text Example


Text Example

White with #F063E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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