Html Css Color HEX #FE45FB Pink Flamingo

📋 copy color: '#FE45FB'

red 254 ◦ green 69 ◦ blue 251

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

Shades of Pink Flamingo #FE45FB

Tints of Pink Flamingo #FE45FB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.02%

 BLUE value IS 251 (98.44% from 255) = 43.73%

R = 44.25%
G = 12.02%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE45FB (or 0xFE45FB) is known color: Pink Flamingo. HEX triplet: FE, 45 and FB. RGB value is (254,69,251). Sum of RGB (Red+Green+Blue) = 254+69+251=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 69 (27.34% from 255 or 12.02% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE45FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE45FB is #01BA04. Grayscale: #909090. Windows color (decimal): -113157 or 16467454. OLE color: 16467454.

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

Color convert

RGB 254 69 251 -
CMYK 0 0.73 0.01 0.00
HSL 300.97º 0.99% 0.63% -
HSV(B) 300.97º 0.73% 1% -
XYZ 60.41 32.29 94.32 -
YUV 145.06 187.79 205.7 -
System Red Green Blue C M Y K H S L
Decimal 254 69 251 0 0.73 0.01 0.00 300.97 0.99 0.63
Hex FE 45 FB 0 49 1 0 12D 63 3F
Octal 376 105 373 0 111 1 0 455 143 77
Binary 11111110 1000101 11111011 0 1001001 1 0 100101101 1100011 111111

Color Harmonies of #FE45FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE45FB

Black with #FE45FB

Text Example


Text Example

White with #FE45FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE45FB; }

 p { color: rgb(254,69,251); }

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

background-color css

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

 a { background-color: rgb(254,69,251); }

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

border-color css

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

 span { border-color: rgb(254,69,251); }

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