Html Css Color HEX #F063CE Free Speech Magenta

📋 copy color: '#F063CE'

red 240 ◦ green 99 ◦ blue 206

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

Shades of Free Speech Magenta #F063CE

Tints of Free Speech Magenta #F063CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 44.04%
G = 18.17%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F063CE (or 0xF063CE) is known color: Free Speech Magenta. HEX triplet: F0, 63 and CE. RGB value is (240,99,206). Sum of RGB (Red+Green+Blue) = 240+99+206=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F063CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063CE is #0F9C31. Grayscale: #999999. Windows color (decimal): -1023026 or 13526000. OLE color: 13526000.

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

Color convert

RGB 240 99 206 -
CMYK 0 0.59 0.14 0.06
HSL 314.47º 0.82% 0.66% -
HSV(B) 314.47º 0.59% 0.94% -
XYZ 51.54 31.91 61.83 -
YUV 153.36 157.71 189.8 -
System Red Green Blue C M Y K H S L
Decimal 240 99 206 0 0.59 0.14 0.06 314.47 0.82 0.66
Hex F0 63 CE 0 3B E 6 13A 52 42
Octal 360 143 316 0 73 16 6 472 122 102
Binary 11110000 1100011 11001110 0 111011 1110 110 100111010 1010010 1000010

Color Harmonies of #F063CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063CE

Black with #F063CE

Text Example


Text Example

White with #F063CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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