Html Css Color HEX #F16FDA Pale Magenta

📋 copy color: '#F16FDA'

red 241 ◦ green 111 ◦ blue 218

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

Shades of Pale Magenta #F16FDA

Tints of Pale Magenta #F16FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.47%

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 42.28%
G = 19.47%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F16FDA (or 0xF16FDA) is known color: Pale Magenta. HEX triplet: F1, 6F and DA. RGB value is (241,111,218). Sum of RGB (Red+Green+Blue) = 241+111+218=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F16FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16FDA is #0E9025. Grayscale: #A1A1A1. Windows color (decimal): -954406 or 14315505. OLE color: 14315505.

HSL color Cylindrical-coordinate representation of color #F16FDA: hue angle of 310.62º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16FDA is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 111 218 -
CMYK 0 0.54 0.10 0.05
HSL 310.62º 0.82% 0.69% -
HSV(B) 310.62º 0.54% 0.95% -
XYZ 54.61 35.13 70.23 -
YUV 162.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 241 111 218 0 0.54 0.10 0.05 310.62 0.82 0.69
Hex F1 6F DA 0 36 A 5 137 52 45
Octal 361 157 332 0 66 12 5 467 122 105
Binary 11110001 1101111 11011010 0 110110 1010 101 100110111 1010010 1000101

Color Harmonies of #F16FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16FDA

Black with #F16FDA

Text Example


Text Example

White with #F16FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16FDA; }

 p { color: rgb(241,111,218); }

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

background-color css

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

 a { background-color: rgb(241,111,218); }

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

border-color css

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

 span { border-color: rgb(241,111,218); }

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