Html Css Color HEX #F64FE4 Free Speech Magenta

📋 copy color: '#F64FE4'

red 246 ◦ green 79 ◦ blue 228

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

Shades of Free Speech Magenta #F64FE4

Tints of Free Speech Magenta #F64FE4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.29%

 BLUE value IS 228 (89.45% from 255) = 41.23%

R = 44.48%
G = 14.29%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F64FE4 (or 0xF64FE4) is known color: Free Speech Magenta. HEX triplet: F6, 4F and E4. RGB value is (246,79,228). Sum of RGB (Red+Green+Blue) = 246+79+228=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 79 (31.25% from 255 or 14.29% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FE4 is #09B01B. Grayscale: #919191. Windows color (decimal): -634908 or 14962678. OLE color: 14962678.

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

Color convert

RGB 246 79 228 -
CMYK 0 0.68 0.07 0.04
HSL 306.47º 0.9% 0.64% -
HSV(B) 306.47º 0.68% 0.96% -
XYZ 54.81 30.79 76.45 -
YUV 145.92 174.33 199.38 -
System Red Green Blue C M Y K H S L
Decimal 246 79 228 0 0.68 0.07 0.04 306.47 0.9 0.64
Hex F6 4F E4 0 44 7 4 132 5A 40
Octal 366 117 344 0 104 7 4 462 132 100
Binary 11110110 1001111 11100100 0 1000100 111 100 100110010 1011010 1000000

Color Harmonies of #F64FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FE4

Black with #F64FE4

Text Example


Text Example

White with #F64FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FE4; }

 p { color: rgb(246,79,228); }

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

background-color css

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

 a { background-color: rgb(246,79,228); }

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

border-color css

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

 span { border-color: rgb(246,79,228); }

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