Html Css Color HEX #FE48EB Pink Flamingo

📋 copy color: '#FE48EB'

red 254 ◦ green 72 ◦ blue 235

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

Shades of Pink Flamingo #FE48EB

Tints of Pink Flamingo #FE48EB

RGB

 RED value IS 254 (99.61% from 255) = 45.28%

 GREEN value IS 72 (28.52% from 255) = 12.83%

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 45.28%
G = 12.83%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE48EB (or 0xFE48EB) is known color: Pink Flamingo. HEX triplet: FE, 48 and EB. RGB value is (254,72,235). Sum of RGB (Red+Green+Blue) = 254+72+235=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 72 (28.52% from 255 or 12.83% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE48EB is #01B714. Grayscale: #909090. Windows color (decimal): -112405 or 15419646. OLE color: 15419646.

HSL color Cylindrical-coordinate representation of color #FE48EB: hue angle of 306.26º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE48EB is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 72 235 -
CMYK 0 0.72 0.07 0.00
HSL 306.26º 0.99% 0.64% -
HSV(B) 306.26º 0.72% 1% -
XYZ 58.19 31.7 81.65 -
YUV 145 178.8 205.75 -
System Red Green Blue C M Y K H S L
Decimal 254 72 235 0 0.72 0.07 0.00 306.26 0.99 0.64
Hex FE 48 EB 0 48 7 0 132 63 40
Octal 376 110 353 0 110 7 0 462 143 100
Binary 11111110 1001000 11101011 0 1001000 111 0 100110010 1100011 1000000

Color Harmonies of #FE48EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48EB

Black with #FE48EB

Text Example


Text Example

White with #FE48EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48EB; }

 p { color: rgb(254,72,235); }

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

background-color css

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

 a { background-color: rgb(254,72,235); }

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

border-color css

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

 span { border-color: rgb(254,72,235); }

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