Html Css Color HEX #F68CEC Pale Magenta

📋 copy color: '#F68CEC'

red 246 ◦ green 140 ◦ blue 236

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

Shades of Pale Magenta #F68CEC

Tints of Pale Magenta #F68CEC

RGB

 RED value IS 246 (96.48% from 255) = 39.55%

 GREEN value IS 140 (55.08% from 255) = 22.51%

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 39.55%
G = 22.51%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F68CEC (or 0xF68CEC) is known color: Pale Magenta. HEX triplet: F6, 8C and EC. RGB value is (246,140,236). Sum of RGB (Red+Green+Blue) = 246+140+236=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 140 (55.08% from 255 or 22.51% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68CEC is #097313. Grayscale: #B6B6B6. Windows color (decimal): -619284 or 15502582. OLE color: 15502582.

HSL color Cylindrical-coordinate representation of color #F68CEC: hue angle of 305.66º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68CEC is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 140 236 -
CMYK 0 0.43 0.04 0.04
HSL 305.66º 0.85% 0.76% -
HSV(B) 305.66º 0.43% 0.96% -
XYZ 62.52 44.41 84.63 -
YUV 182.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 246 140 236 0 0.43 0.04 0.04 305.66 0.85 0.76
Hex F6 8C EC 0 2B 4 4 132 55 4C
Octal 366 214 354 0 53 4 4 462 125 114
Binary 11110110 10001100 11101100 0 101011 100 100 100110010 1010101 1001100

Color Harmonies of #F68CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68CEC

Black with #F68CEC

Text Example


Text Example

White with #F68CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68CEC; }

 p { color: rgb(246,140,236); }

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

background-color css

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

 a { background-color: rgb(246,140,236); }

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

border-color css

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

 span { border-color: rgb(246,140,236); }

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