Html Css Color HEX #F17DDB Pale Magenta

📋 copy color: '#F17DDB'

red 241 ◦ green 125 ◦ blue 219

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

Shades of Pale Magenta #F17DDB

Tints of Pale Magenta #F17DDB

RGB

 RED value IS 241 (94.53% from 255) = 41.2%

 GREEN value IS 125 (49.22% from 255) = 21.37%

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

R = 41.2%
G = 21.37%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F17DDB (or 0xF17DDB) is known color: Pale Magenta. HEX triplet: F1, 7D and DB. RGB value is (241,125,219). Sum of RGB (Red+Green+Blue) = 241+125+219=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DDB is #0E8224. Grayscale: #AAAAAA. Windows color (decimal): -950821 or 14384625. OLE color: 14384625.

HSL color Cylindrical-coordinate representation of color #F17DDB: hue angle of 311.38º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17DDB is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 125 219 -
CMYK 0 0.48 0.09 0.05
HSL 311.38º 0.81% 0.72% -
HSV(B) 311.38º 0.48% 0.95% -
XYZ 56.4 38.48 71.47 -
YUV 170.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 241 125 219 0 0.48 0.09 0.05 311.38 0.81 0.72
Hex F1 7D DB 0 30 9 5 137 51 48
Octal 361 175 333 0 60 11 5 467 121 110
Binary 11110001 1111101 11011011 0 110000 1001 101 100110111 1010001 1001000

Color Harmonies of #F17DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17DDB

Black with #F17DDB

Text Example


Text Example

White with #F17DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17DDB; }

 p { color: rgb(241,125,219); }

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

background-color css

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

 a { background-color: rgb(241,125,219); }

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

border-color css

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

 span { border-color: rgb(241,125,219); }

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