Html Css Color HEX #F765DB Free Speech Magenta

📋 copy color: '#F765DB'

red 247 ◦ green 101 ◦ blue 219

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

Shades of Free Speech Magenta #F765DB

Tints of Free Speech Magenta #F765DB

RGB

 RED value IS 247 (96.88% from 255) = 43.56%

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

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

R = 43.56%
G = 17.81%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F765DB (or 0xF765DB) is known color: Free Speech Magenta. HEX triplet: F7, 65 and DB. RGB value is (247,101,219). Sum of RGB (Red+Green+Blue) = 247+101+219=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F765DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F765DB is #089A24. Grayscale: #9D9D9D. Windows color (decimal): -563749 or 14378487. OLE color: 14378487.

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

Color convert

RGB 247 101 219 -
CMYK 0 0.59 0.11 0.03
HSL 311.51º 0.9% 0.68% -
HSV(B) 311.51º 0.59% 0.97% -
XYZ 55.8 34.2 70.68 -
YUV 158.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 247 101 219 0 0.59 0.11 0.03 311.51 0.9 0.68
Hex F7 65 DB 0 3B B 3 138 5A 44
Octal 367 145 333 0 73 13 3 470 132 104
Binary 11110111 1100101 11011011 0 111011 1011 11 100111000 1011010 1000100

Color Harmonies of #F765DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F765DB

Black with #F765DB

Text Example


Text Example

White with #F765DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F765DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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