Html Css Color HEX #F365DB Free Speech Magenta

📋 copy color: '#F365DB'

red 243 ◦ green 101 ◦ blue 219

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

Shades of Free Speech Magenta #F365DB

Tints of Free Speech Magenta #F365DB

RGB

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

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

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

R = 43.16%
G = 17.94%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F365DB (or 0xF365DB) is known color: Free Speech Magenta. HEX triplet: F3, 65 and DB. RGB value is (243,101,219). Sum of RGB (Red+Green+Blue) = 243+101+219=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F365DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365DB is #0C9A24. Grayscale: #9C9C9C. Windows color (decimal): -825893 or 14378483. OLE color: 14378483.

HSL color Cylindrical-coordinate representation of color #F365DB: hue angle of 310.14º 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 #F365DB is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 101 219 -
CMYK 0 0.58 0.10 0.05
HSL 310.14º 0.86% 0.67% -
HSV(B) 310.14º 0.58% 0.95% -
XYZ 54.4 33.48 70.61 -
YUV 156.91 163.04 189.41 -
System Red Green Blue C M Y K H S L
Decimal 243 101 219 0 0.58 0.10 0.05 310.14 0.86 0.67
Hex F3 65 DB 0 3A A 5 136 56 43
Octal 363 145 333 0 72 12 5 466 126 103
Binary 11110011 1100101 11011011 0 111010 1010 101 100110110 1010110 1000011

Color Harmonies of #F365DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F365DB

Black with #F365DB

Text Example


Text Example

White with #F365DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F365DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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