Html Css Color HEX #F968E5 Pale Magenta

📋 copy color: '#F968E5'

red 249 ◦ green 104 ◦ blue 229

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

Shades of Pale Magenta #F968E5

Tints of Pale Magenta #F968E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.35%

R = 42.78%
G = 17.87%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F968E5 (or 0xF968E5) is known color: Pale Magenta. HEX triplet: F9, 68 and E5. RGB value is (249,104,229). Sum of RGB (Red+Green+Blue) = 249+104+229=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 104 (41.02% from 255 or 17.87% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F968E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968E5 is #06971A. Grayscale: #A1A1A1. Windows color (decimal): -431899 or 15034617. OLE color: 15034617.

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

Color convert

RGB 249 104 229 -
CMYK 0 0.58 0.08 0.02
HSL 308.28º 0.92% 0.69% -
HSV(B) 308.28º 0.58% 0.98% -
XYZ 58.16 35.7 77.95 -
YUV 161.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 249 104 229 0 0.58 0.08 0.02 308.28 0.92 0.69
Hex F9 68 E5 0 3A 8 2 134 5C 45
Octal 371 150 345 0 72 10 2 464 134 105
Binary 11111001 1101000 11100101 0 111010 1000 10 100110100 1011100 1000101

Color Harmonies of #F968E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968E5

Black with #F968E5

Text Example


Text Example

White with #F968E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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