Html Css Color HEX #F64CE1 Free Speech Magenta

📋 copy color: '#F64CE1'

red 246 ◦ green 76 ◦ blue 225

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

Shades of Free Speech Magenta #F64CE1

Tints of Free Speech Magenta #F64CE1

RGB

 RED value IS 246 (96.48% from 255) = 44.97%

 GREEN value IS 76 (30.08% from 255) = 13.89%

 BLUE value IS 225 (88.28% from 255) = 41.13%

R = 44.97%
G = 13.89%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F64CE1 (or 0xF64CE1) is known color: Free Speech Magenta. HEX triplet: F6, 4C and E1. RGB value is (246,76,225). Sum of RGB (Red+Green+Blue) = 246+76+225=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 76 (30.08% from 255 or 13.89% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CE1 is #09B31E. Grayscale: #8F8F8F. Windows color (decimal): -635679 or 14765302. OLE color: 14765302.

HSL color Cylindrical-coordinate representation of color #F64CE1: hue angle of 307.41º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64CE1 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 76 225 -
CMYK 0 0.69 0.09 0.04
HSL 307.41º 0.9% 0.63% -
HSV(B) 307.41º 0.69% 0.96% -
XYZ 54.18 30.2 74.21 -
YUV 143.82 173.82 200.88 -
System Red Green Blue C M Y K H S L
Decimal 246 76 225 0 0.69 0.09 0.04 307.41 0.9 0.63
Hex F6 4C E1 0 45 9 4 133 5A 3F
Octal 366 114 341 0 105 11 4 463 132 77
Binary 11110110 1001100 11100001 0 1000101 1001 100 100110011 1011010 111111

Color Harmonies of #F64CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64CE1

Black with #F64CE1

Text Example


Text Example

White with #F64CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64CE1; }

 p { color: rgb(246,76,225); }

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

background-color css

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

 a { background-color: rgb(246,76,225); }

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

border-color css

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

 span { border-color: rgb(246,76,225); }

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