Html Css Color HEX #F64CE7 Free Speech Magenta

📋 copy color: '#F64CE7'

red 246 ◦ green 76 ◦ blue 231

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

Shades of Free Speech Magenta #F64CE7

Tints of Free Speech Magenta #F64CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.77%

R = 44.48%
G = 13.74%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F64CE7 (or 0xF64CE7) is known color: Free Speech Magenta. HEX triplet: F6, 4C and E7. RGB value is (246,76,231). Sum of RGB (Red+Green+Blue) = 246+76+231=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 76 (30.08% from 255 or 13.74% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64CE7 is #09B318. Grayscale: #909090. Windows color (decimal): -635673 or 15158518. OLE color: 15158518.

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

Color convert

RGB 246 76 231 -
CMYK 0 0.69 0.06 0.04
HSL 305.29º 0.9% 0.63% -
HSV(B) 305.29º 0.69% 0.96% -
XYZ 55.01 30.53 78.59 -
YUV 144.5 176.82 200.4 -
System Red Green Blue C M Y K H S L
Decimal 246 76 231 0 0.69 0.06 0.04 305.29 0.9 0.63
Hex F6 4C E7 0 45 6 4 131 5A 3F
Octal 366 114 347 0 105 6 4 461 132 77
Binary 11110110 1001100 11100111 0 1000101 110 100 100110001 1011010 111111

Color Harmonies of #F64CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64CE7

Black with #F64CE7

Text Example


Text Example

White with #F64CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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