Html Css Color HEX #F64CE5 Free Speech Magenta

📋 copy color: '#F64CE5'

red 246 ◦ green 76 ◦ blue 229

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

Shades of Free Speech Magenta #F64CE5

Tints of Free Speech Magenta #F64CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.56%

R = 44.65%
G = 13.79%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F64CE5 (or 0xF64CE5) is known color: Free Speech Magenta. HEX triplet: F6, 4C and E5. RGB value is (246,76,229). Sum of RGB (Red+Green+Blue) = 246+76+229=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 76 (30.08% from 255 or 13.79% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F64CE5 is #09B31A. Grayscale: #8F8F8F. Windows color (decimal): -635675 or 15027446. OLE color: 15027446.

HSL color Cylindrical-coordinate representation of color #F64CE5: hue angle of 306º 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 #F64CE5 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 76 229 -
CMYK 0 0.69 0.07 0.04
HSL 306º 0.9% 0.63% -
HSV(B) 306º 0.69% 0.96% -
XYZ 54.73 30.42 77.12 -
YUV 144.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 246 76 229 0 0.69 0.07 0.04 306 0.9 0.63
Hex F6 4C E5 0 45 7 4 132 5A 3F
Octal 366 114 345 0 105 7 4 462 132 77
Binary 11110110 1001100 11100101 0 1000101 111 100 100110010 1011010 111111

Color Harmonies of #F64CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64CE5

Black with #F64CE5

Text Example


Text Example

White with #F64CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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