Html Css Color HEX #F365E6 Free Speech Magenta

📋 copy color: '#F365E6'

red 243 ◦ green 101 ◦ blue 230

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

Shades of Free Speech Magenta #F365E6

Tints of Free Speech Magenta #F365E6

RGB

 RED value IS 243 (95.31% from 255) = 42.33%

 GREEN value IS 101 (39.84% from 255) = 17.6%

 BLUE value IS 230 (90.23% from 255) = 40.07%

R = 42.33%
G = 17.6%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F365E6 (or 0xF365E6) is known color: Free Speech Magenta. HEX triplet: F3, 65 and E6. RGB value is (243,101,230). Sum of RGB (Red+Green+Blue) = 243+101+230=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F365E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F365E6 is #0C9A19. Grayscale: #9D9D9D. Windows color (decimal): -825882 or 15099379. OLE color: 15099379.

HSL color Cylindrical-coordinate representation of color #F365E6: hue angle of 305.49º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F365E6 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 101 230 -
CMYK 0 0.58 0.05 0.05
HSL 305.49º 0.86% 0.67% -
HSV(B) 305.49º 0.58% 0.95% -
XYZ 55.9 34.08 78.49 -
YUV 158.16 168.54 188.51 -
System Red Green Blue C M Y K H S L
Decimal 243 101 230 0 0.58 0.05 0.05 305.49 0.86 0.67
Hex F3 65 E6 0 3A 5 5 131 56 43
Octal 363 145 346 0 72 5 5 461 126 103
Binary 11110011 1100101 11100110 0 111010 101 101 100110001 1010110 1000011

Color Harmonies of #F365E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F365E6

Black with #F365E6

Text Example


Text Example

White with #F365E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F365E6; }

 p { color: rgb(243,101,230); }

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

background-color css

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

 a { background-color: rgb(243,101,230); }

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

border-color css

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

 span { border-color: rgb(243,101,230); }

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