Html Css Color HEX #F67BE2 Pale Magenta

📋 copy color: '#F67BE2'

red 246 ◦ green 123 ◦ blue 226

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

Shades of Pale Magenta #F67BE2

Tints of Pale Magenta #F67BE2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.67%

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

R = 41.34%
G = 20.67%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F67BE2 (or 0xF67BE2) is known color: Pale Magenta. HEX triplet: F6, 7B and E2. RGB value is (246,123,226). Sum of RGB (Red+Green+Blue) = 246+123+226=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BE2 is #09841D. Grayscale: #ABABAB. Windows color (decimal): -623646 or 14842870. OLE color: 14842870.

HSL color Cylindrical-coordinate representation of color #F67BE2: hue angle of 309.76º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67BE2 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 123 226 -
CMYK 0 0.50 0.08 0.04
HSL 309.76º 0.87% 0.72% -
HSV(B) 309.76º 0.5% 0.96% -
XYZ 58.82 39.25 76.43 -
YUV 171.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 246 123 226 0 0.50 0.08 0.04 309.76 0.87 0.72
Hex F6 7B E2 0 32 8 4 136 57 48
Octal 366 173 342 0 62 10 4 466 127 110
Binary 11110110 1111011 11100010 0 110010 1000 100 100110110 1010111 1001000

Color Harmonies of #F67BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67BE2

Black with #F67BE2

Text Example


Text Example

White with #F67BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67BE2; }

 p { color: rgb(246,123,226); }

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

background-color css

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

 a { background-color: rgb(246,123,226); }

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

border-color css

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

 span { border-color: rgb(246,123,226); }

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