Html Css Color HEX #F360DB Free Speech Magenta

📋 copy color: '#F360DB'

red 243 ◦ green 96 ◦ blue 219

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

Shades of Free Speech Magenta #F360DB

Tints of Free Speech Magenta #F360DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.2%

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 43.55%
G = 17.2%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F360DB (or 0xF360DB) is known color: Free Speech Magenta. HEX triplet: F3, 60 and DB. RGB value is (243,96,219). Sum of RGB (Red+Green+Blue) = 243+96+219=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F360DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F360DB is #0C9F24. Grayscale: #999999. Windows color (decimal): -827173 or 14377203. OLE color: 14377203.

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

Color convert

RGB 243 96 219 -
CMYK 0 0.60 0.10 0.05
HSL 309.8º 0.86% 0.66% -
HSV(B) 309.8º 0.6% 0.95% -
XYZ 53.93 32.53 70.46 -
YUV 153.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 243 96 219 0 0.60 0.10 0.05 309.8 0.86 0.66
Hex F3 60 DB 0 3C A 5 136 56 42
Octal 363 140 333 0 74 12 5 466 126 102
Binary 11110011 1100000 11011011 0 111100 1010 101 100110110 1010110 1000010

Color Harmonies of #F360DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F360DB

Black with #F360DB

Text Example


Text Example

White with #F360DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F360DB; }

 p { color: rgb(243,96,219); }

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

background-color css

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

 a { background-color: rgb(243,96,219); }

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

border-color css

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

 span { border-color: rgb(243,96,219); }

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