Html Css Color HEX #F760DB Free Speech Magenta

📋 copy color: '#F760DB'

red 247 ◦ green 96 ◦ blue 219

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

Shades of Free Speech Magenta #F760DB

Tints of Free Speech Magenta #F760DB

RGB

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

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

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

R = 43.95%
G = 17.08%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F760DB (or 0xF760DB) is known color: Free Speech Magenta. HEX triplet: F7, 60 and DB. RGB value is (247,96,219). Sum of RGB (Red+Green+Blue) = 247+96+219=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 96 (37.89% from 255 or 17.08% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F760DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760DB is #089F24. Grayscale: #9A9A9A. Windows color (decimal): -565029 or 14377207. OLE color: 14377207.

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

Color convert

RGB 247 96 219 -
CMYK 0 0.61 0.11 0.03
HSL 311.13º 0.9% 0.67% -
HSV(B) 311.13º 0.61% 0.97% -
XYZ 55.33 33.25 70.52 -
YUV 155.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 247 96 219 0 0.61 0.11 0.03 311.13 0.9 0.67
Hex F7 60 DB 0 3D B 3 137 5A 43
Octal 367 140 333 0 75 13 3 467 132 103
Binary 11110111 1100000 11011011 0 111101 1011 11 100110111 1011010 1000011

Color Harmonies of #F760DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760DB

Black with #F760DB

Text Example


Text Example

White with #F760DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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