Html Css Color HEX #F969DF Pale Magenta

📋 copy color: '#F969DF'

red 249 ◦ green 105 ◦ blue 223

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

Shades of Pale Magenta #F969DF

Tints of Pale Magenta #F969DF

RGB

 RED value IS 249 (97.66% from 255) = 43.15%

 GREEN value IS 105 (41.41% from 255) = 18.2%

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 43.15%
G = 18.2%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F969DF (or 0xF969DF) is known color: Pale Magenta. HEX triplet: F9, 69 and DF. RGB value is (249,105,223). Sum of RGB (Red+Green+Blue) = 249+105+223=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 105 (41.41% from 255 or 18.20% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F969DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969DF is #069620. Grayscale: #A1A1A1. Windows color (decimal): -431649 or 14641657. OLE color: 14641657.

HSL color Cylindrical-coordinate representation of color #F969DF: hue angle of 310.83º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F969DF is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 105 223 -
CMYK 0 0.58 0.10 0.02
HSL 310.83º 0.92% 0.69% -
HSV(B) 310.83º 0.58% 0.98% -
XYZ 57.44 35.57 73.65 -
YUV 161.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 249 105 223 0 0.58 0.10 0.02 310.83 0.92 0.69
Hex F9 69 DF 0 3A A 2 137 5C 45
Octal 371 151 337 0 72 12 2 467 134 105
Binary 11111001 1101001 11011111 0 111010 1010 10 100110111 1011100 1000101

Color Harmonies of #F969DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F969DF

Black with #F969DF

Text Example


Text Example

White with #F969DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F969DF; }

 p { color: rgb(249,105,223); }

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

background-color css

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

 a { background-color: rgb(249,105,223); }

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

border-color css

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

 span { border-color: rgb(249,105,223); }

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