Html Css Color HEX #F68BEA Pale Magenta

📋 copy color: '#F68BEA'

red 246 ◦ green 139 ◦ blue 234

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

Shades of Pale Magenta #F68BEA

Tints of Pale Magenta #F68BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.46%

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

R = 39.74%
G = 22.46%
B = 37.8%

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

#F68BEA (or 0xF68BEA) is known color: Pale Magenta. HEX triplet: F6, 8B and EA. RGB value is (246,139,234). Sum of RGB (Red+Green+Blue) = 246+139+234=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 139 (54.69% from 255 or 22.46% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68BEA is #097415. Grayscale: #B5B5B5. Windows color (decimal): -619542 or 15371254. OLE color: 15371254.

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

Color convert

RGB 246 139 234 -
CMYK 0 0.43 0.05 0.04
HSL 306.73º 0.86% 0.75% -
HSV(B) 306.73º 0.43% 0.96% -
XYZ 62.09 44 83.06 -
YUV 181.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 246 139 234 0 0.43 0.05 0.04 306.73 0.86 0.75
Hex F6 8B EA 0 2B 5 4 133 56 4B
Octal 366 213 352 0 53 5 4 463 126 113
Binary 11110110 10001011 11101010 0 101011 101 100 100110011 1010110 1001011

Color Harmonies of #F68BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68BEA

Black with #F68BEA

Text Example


Text Example

White with #F68BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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