Html Css Color HEX #F76CDB Pale Magenta

📋 copy color: '#F76CDB'

red 247 ◦ green 108 ◦ blue 219

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

Shades of Pale Magenta #F76CDB

Tints of Pale Magenta #F76CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.82%

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

R = 43.03%
G = 18.82%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F76CDB (or 0xF76CDB) is known color: Pale Magenta. HEX triplet: F7, 6C and DB. RGB value is (247,108,219). Sum of RGB (Red+Green+Blue) = 247+108+219=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 108 (42.58% from 255 or 18.82% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76CDB is #089324. Grayscale: #A1A1A1. Windows color (decimal): -561957 or 14380279. OLE color: 14380279.

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

Color convert

RGB 247 108 219 -
CMYK 0 0.56 0.11 0.03
HSL 312.09º 0.9% 0.7% -
HSV(B) 312.09º 0.56% 0.97% -
XYZ 56.51 35.61 70.91 -
YUV 162.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 247 108 219 0 0.56 0.11 0.03 312.09 0.9 0.7
Hex F7 6C DB 0 38 B 3 138 5A 46
Octal 367 154 333 0 70 13 3 470 132 106
Binary 11110111 1101100 11011011 0 111000 1011 11 100111000 1011010 1000110

Color Harmonies of #F76CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76CDB

Black with #F76CDB

Text Example


Text Example

White with #F76CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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