Html Css Color HEX #F064D5 Free Speech Magenta

📋 copy color: '#F064D5'

red 240 ◦ green 100 ◦ blue 213

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

Shades of Free Speech Magenta #F064D5

Tints of Free Speech Magenta #F064D5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.08%

 BLUE value IS 213 (83.59% from 255) = 38.52%

R = 43.4%
G = 18.08%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F064D5 (or 0xF064D5) is known color: Free Speech Magenta. HEX triplet: F0, 64 and D5. RGB value is (240,100,213). Sum of RGB (Red+Green+Blue) = 240+100+213=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F064D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F064D5 is #0F9B2A. Grayscale: #9A9A9A. Windows color (decimal): -1022763 or 13985008. OLE color: 13985008.

HSL color Cylindrical-coordinate representation of color #F064D5: hue angle of 311.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F064D5 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 213 -
CMYK 0 0.58 0.11 0.06
HSL 311.57º 0.82% 0.67% -
HSV(B) 311.57º 0.58% 0.94% -
XYZ 52.5 32.44 66.45 -
YUV 154.74 160.88 188.81 -
System Red Green Blue C M Y K H S L
Decimal 240 100 213 0 0.58 0.11 0.06 311.57 0.82 0.67
Hex F0 64 D5 0 3A B 6 138 52 43
Octal 360 144 325 0 72 13 6 470 122 103
Binary 11110000 1100100 11010101 0 111010 1011 110 100111000 1010010 1000011

Color Harmonies of #F064D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F064D5

Black with #F064D5

Text Example


Text Example

White with #F064D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F064D5; }

 p { color: rgb(240,100,213); }

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

background-color css

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

 a { background-color: rgb(240,100,213); }

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

border-color css

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

 span { border-color: rgb(240,100,213); }

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