Html Css Color HEX #F68CEA Pale Magenta

📋 copy color: '#F68CEA'

red 246 ◦ green 140 ◦ blue 234

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

Shades of Pale Magenta #F68CEA

Tints of Pale Magenta #F68CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 39.68%
G = 22.58%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F68CEA (or 0xF68CEA) is known color: Pale Magenta. HEX triplet: F6, 8C and EA. RGB value is (246,140,234). Sum of RGB (Red+Green+Blue) = 246+140+234=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 140 (55.08% from 255 or 22.58% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68CEA is #097315. Grayscale: #B6B6B6. Windows color (decimal): -619286 or 15371510. OLE color: 15371510.

HSL color Cylindrical-coordinate representation of color #F68CEA: hue angle of 306.79º 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 #F68CEA is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 140 234 -
CMYK 0 0.43 0.05 0.04
HSL 306.79º 0.85% 0.76% -
HSV(B) 306.79º 0.43% 0.96% -
XYZ 62.24 44.29 83.11 -
YUV 182.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 246 140 234 0 0.43 0.05 0.04 306.79 0.85 0.76
Hex F6 8C EA 0 2B 5 4 133 55 4C
Octal 366 214 352 0 53 5 4 463 125 114
Binary 11110110 10001100 11101010 0 101011 101 100 100110011 1010101 1001100

Color Harmonies of #F68CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68CEA

Black with #F68CEA

Text Example


Text Example

White with #F68CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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