Html Css Color HEX #F65BEA Free Speech Magenta

📋 copy color: '#F65BEA'

red 246 ◦ green 91 ◦ blue 234

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

Shades of Free Speech Magenta #F65BEA

Tints of Free Speech Magenta #F65BEA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.94%

 BLUE value IS 234 (91.8% from 255) = 40.98%

R = 43.08%
G = 15.94%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F65BEA (or 0xF65BEA) is known color: Free Speech Magenta. HEX triplet: F6, 5B and EA. RGB value is (246,91,234). Sum of RGB (Red+Green+Blue) = 246+91+234=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 91 (35.94% from 255 or 15.94% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65BEA is #09A415. Grayscale: #999999. Windows color (decimal): -631830 or 15358966. OLE color: 15358966.

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

Color convert

RGB 246 91 234 -
CMYK 0 0.63 0.05 0.04
HSL 304.65º 0.9% 0.66% -
HSV(B) 304.65º 0.63% 0.96% -
XYZ 56.6 33.02 81.23 -
YUV 153.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 246 91 234 0 0.63 0.05 0.04 304.65 0.9 0.66
Hex F6 5B EA 0 3F 5 4 131 5A 42
Octal 366 133 352 0 77 5 4 461 132 102
Binary 11110110 1011011 11101010 0 111111 101 100 100110001 1011010 1000010

Color Harmonies of #F65BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65BEA

Black with #F65BEA

Text Example


Text Example

White with #F65BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65BEA; }

 p { color: rgb(246,91,234); }

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

background-color css

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

 a { background-color: rgb(246,91,234); }

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

border-color css

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

 span { border-color: rgb(246,91,234); }

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