Html Css Color HEX #F064D4 Free Speech Magenta

📋 copy color: '#F064D4'

red 240 ◦ green 100 ◦ blue 212

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

Shades of Free Speech Magenta #F064D4

Tints of Free Speech Magenta #F064D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.41%

R = 43.48%
G = 18.12%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F064D4 (or 0xF064D4) is known color: Free Speech Magenta. HEX triplet: F0, 64 and D4. RGB value is (240,100,212). Sum of RGB (Red+Green+Blue) = 240+100+212=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F064D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F064D4 is #0F9B2B. Grayscale: #9A9A9A. Windows color (decimal): -1022764 or 13919472. OLE color: 13919472.

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

Color convert

RGB 240 100 212 -
CMYK 0 0.58 0.12 0.06
HSL 312º 0.82% 0.67% -
HSV(B) 312º 0.58% 0.94% -
XYZ 52.38 32.39 65.78 -
YUV 154.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 240 100 212 0 0.58 0.12 0.06 312 0.82 0.67
Hex F0 64 D4 0 3A C 6 138 52 43
Octal 360 144 324 0 72 14 6 470 122 103
Binary 11110000 1100100 11010100 0 111010 1100 110 100111000 1010010 1000011

Color Harmonies of #F064D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F064D4

Black with #F064D4

Text Example


Text Example

White with #F064D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F064D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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