Html Css Color HEX #F063CF Free Speech Magenta

📋 copy color: '#F063CF'

red 240 ◦ green 99 ◦ blue 207

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

Shades of Free Speech Magenta #F063CF

Tints of Free Speech Magenta #F063CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.91%

R = 43.96%
G = 18.13%
B = 37.91%

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

#F063CF (or 0xF063CF) is known color: Free Speech Magenta. HEX triplet: F0, 63 and CF. RGB value is (240,99,207). Sum of RGB (Red+Green+Blue) = 240+99+207=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F063CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063CF is #0F9C30. Grayscale: #999999. Windows color (decimal): -1023025 or 13591536. OLE color: 13591536.

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

Color convert

RGB 240 99 207 -
CMYK 0 0.59 0.14 0.06
HSL 314.04º 0.82% 0.66% -
HSV(B) 314.04º 0.59% 0.94% -
XYZ 51.66 31.95 62.48 -
YUV 153.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 240 99 207 0 0.59 0.14 0.06 314.04 0.82 0.66
Hex F0 63 CF 0 3B E 6 13A 52 42
Octal 360 143 317 0 73 16 6 472 122 102
Binary 11110000 1100011 11001111 0 111011 1110 110 100111010 1010010 1000010

Color Harmonies of #F063CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063CF

Black with #F063CF

Text Example


Text Example

White with #F063CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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