Html Css Color HEX #F565DB Free Speech Magenta

📋 copy color: '#F565DB'

red 245 ◦ green 101 ◦ blue 219

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

Shades of Free Speech Magenta #F565DB

Tints of Free Speech Magenta #F565DB

RGB

 RED value IS 245 (96.09% from 255) = 43.36%

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

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

R = 43.36%
G = 17.88%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F565DB (or 0xF565DB) is known color: Free Speech Magenta. HEX triplet: F5, 65 and DB. RGB value is (245,101,219). Sum of RGB (Red+Green+Blue) = 245+101+219=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F565DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565DB is #0A9A24. Grayscale: #9D9D9D. Windows color (decimal): -694821 or 14378485. OLE color: 14378485.

HSL color Cylindrical-coordinate representation of color #F565DB: hue angle of 310.83º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565DB is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 101 219 -
CMYK 0 0.59 0.11 0.04
HSL 310.83º 0.88% 0.68% -
HSV(B) 310.83º 0.59% 0.96% -
XYZ 55.1 33.83 70.64 -
YUV 157.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 245 101 219 0 0.59 0.11 0.04 310.83 0.88 0.68
Hex F5 65 DB 0 3B B 4 137 58 44
Octal 365 145 333 0 73 13 4 467 130 104
Binary 11110101 1100101 11011011 0 111011 1011 100 100110111 1011000 1000100

Color Harmonies of #F565DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F565DB

Black with #F565DB

Text Example


Text Example

White with #F565DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F565DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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