Html Css Color HEX #F968E2 Pale Magenta

📋 copy color: '#F968E2'

red 249 ◦ green 104 ◦ blue 226

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

Shades of Pale Magenta #F968E2

Tints of Pale Magenta #F968E2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.96%

 BLUE value IS 226 (88.67% from 255) = 39.03%

R = 43.01%
G = 17.96%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F968E2 (or 0xF968E2) is known color: Pale Magenta. HEX triplet: F9, 68 and E2. RGB value is (249,104,226). Sum of RGB (Red+Green+Blue) = 249+104+226=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 104 (41.02% from 255 or 17.96% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F968E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968E2 is #06971D. Grayscale: #A0A0A0. Windows color (decimal): -431902 or 14838009. OLE color: 14838009.

HSL color Cylindrical-coordinate representation of color #F968E2: hue angle of 309.52º 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 #F968E2 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 104 226 -
CMYK 0 0.58 0.09 0.02
HSL 309.52º 0.92% 0.69% -
HSV(B) 309.52º 0.58% 0.98% -
XYZ 57.74 35.53 75.77 -
YUV 161.26 164.54 190.58 -
System Red Green Blue C M Y K H S L
Decimal 249 104 226 0 0.58 0.09 0.02 309.52 0.92 0.69
Hex F9 68 E2 0 3A 9 2 136 5C 45
Octal 371 150 342 0 72 11 2 466 134 105
Binary 11111001 1101000 11100010 0 111010 1001 10 100110110 1011100 1000101

Color Harmonies of #F968E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968E2

Black with #F968E2

Text Example


Text Example

White with #F968E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968E2; }

 p { color: rgb(249,104,226); }

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

background-color css

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

 a { background-color: rgb(249,104,226); }

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

border-color css

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

 span { border-color: rgb(249,104,226); }

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