Html Css Color HEX #F642E7 Free Speech Magenta

📋 copy color: '#F642E7'

red 246 ◦ green 66 ◦ blue 231

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

Shades of Free Speech Magenta #F642E7

Tints of Free Speech Magenta #F642E7

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.15%

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

R = 45.3%
G = 12.15%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F642E7 (or 0xF642E7) is known color: Free Speech Magenta. HEX triplet: F6, 42 and E7. RGB value is (246,66,231). Sum of RGB (Red+Green+Blue) = 246+66+231=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 66 (26.17% from 255 or 12.15% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F642E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F642E7 is #09BD18. Grayscale: #8A8A8A. Windows color (decimal): -638233 or 15155958. OLE color: 15155958.

HSL color Cylindrical-coordinate representation of color #F642E7: hue angle of 305º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F642E7 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 66 231 -
CMYK 0 0.73 0.06 0.04
HSL 305º 0.91% 0.61% -
HSV(B) 305º 0.73% 0.96% -
XYZ 54.38 29.26 78.38 -
YUV 138.63 180.13 204.58 -
System Red Green Blue C M Y K H S L
Decimal 246 66 231 0 0.73 0.06 0.04 305 0.91 0.61
Hex F6 42 E7 0 49 6 4 131 5B 3D
Octal 366 102 347 0 111 6 4 461 133 75
Binary 11110110 1000010 11100111 0 1001001 110 100 100110001 1011011 111101

Color Harmonies of #F642E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F642E7

Black with #F642E7

Text Example


Text Example

White with #F642E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F642E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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