Html Css Color HEX #F761DB Free Speech Magenta

📋 copy color: '#F761DB'

red 247 ◦ green 97 ◦ blue 219

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

Shades of Free Speech Magenta #F761DB

Tints of Free Speech Magenta #F761DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.23%

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

R = 43.87%
G = 17.23%
B = 38.9%

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

#F761DB (or 0xF761DB) is known color: Free Speech Magenta. HEX triplet: F7, 61 and DB. RGB value is (247,97,219). Sum of RGB (Red+Green+Blue) = 247+97+219=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 97 (38.28% from 255 or 17.23% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F761DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F761DB is #089E24. Grayscale: #9B9B9B. Windows color (decimal): -564773 or 14377463. OLE color: 14377463.

HSL color Cylindrical-coordinate representation of color #F761DB: hue angle of 311.2º 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 #F761DB is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 97 219 -
CMYK 0 0.61 0.11 0.03
HSL 311.2º 0.9% 0.67% -
HSV(B) 311.2º 0.61% 0.97% -
XYZ 55.42 33.44 70.55 -
YUV 155.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 247 97 219 0 0.61 0.11 0.03 311.2 0.9 0.67
Hex F7 61 DB 0 3D B 3 137 5A 43
Octal 367 141 333 0 75 13 3 467 132 103
Binary 11110111 1100001 11011011 0 111101 1011 11 100110111 1011010 1000011

Color Harmonies of #F761DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F761DB

Black with #F761DB

Text Example


Text Example

White with #F761DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F761DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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