Html Css Color HEX #F063D3 Free Speech Magenta

📋 copy color: '#F063D3'

red 240 ◦ green 99 ◦ blue 211

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

Shades of Free Speech Magenta #F063D3

Tints of Free Speech Magenta #F063D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.36%

R = 43.64%
G = 18%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F063D3 (or 0xF063D3) is known color: Free Speech Magenta. HEX triplet: F0, 63 and D3. RGB value is (240,99,211). Sum of RGB (Red+Green+Blue) = 240+99+211=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F063D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063D3 is #0F9C2C. Grayscale: #999999. Windows color (decimal): -1023021 or 13853680. OLE color: 13853680.

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

Color convert

RGB 240 99 211 -
CMYK 0 0.59 0.12 0.06
HSL 312.34º 0.82% 0.66% -
HSV(B) 312.34º 0.59% 0.94% -
XYZ 52.15 32.15 65.09 -
YUV 153.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 240 99 211 0 0.59 0.12 0.06 312.34 0.82 0.66
Hex F0 63 D3 0 3B C 6 138 52 42
Octal 360 143 323 0 73 14 6 470 122 102
Binary 11110000 1100011 11010011 0 111011 1100 110 100111000 1010010 1000010

Color Harmonies of #F063D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063D3

Black with #F063D3

Text Example


Text Example

White with #F063D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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