Html Css Color HEX #FE3AFF Pink Flamingo

📋 copy color: '#FE3AFF'

red 254 ◦ green 58 ◦ blue 255

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

Shades of Pink Flamingo #FE3AFF

Tints of Pink Flamingo #FE3AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.23%

 BLUE value IS 255 (100% from 255) = 44.97%

R = 44.8%
G = 10.23%
B = 44.97%

CMYK

 C value IS 0.00

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE3AFF (or 0xFE3AFF) is known color: Pink Flamingo. HEX triplet: FE, 3A and FF. RGB value is (254,58,255). Sum of RGB (Red+Green+Blue) = 254+58+255=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 58 (23.05% from 255 or 10.23% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE3AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3AFF is #01C500. Grayscale: #8A8A8A. Windows color (decimal): -115969 or 16726782. OLE color: 16726782.

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

Color convert

RGB 254 58 255 -
CMYK 0.00 0.77 0 0
HSL 299.7º 1% 0.61% -
HSV(B) 299.7º 0.77% 1% -
XYZ 60.44 31.32 97.47 -
YUV 139.06 193.43 209.98 -
System Red Green Blue C M Y K H S L
Decimal 254 58 255 0.00 0.77 0 0 299.7 1 0.61
Hex FE 3A FF 0 4D 0 0 12C 64 3D
Octal 376 72 377 0 115 0 0 454 144 75
Binary 11111110 111010 11111111 0 1001101 0 0 100101100 1100100 111101

Color Harmonies of #FE3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3AFF

Black with #FE3AFF

Text Example


Text Example

White with #FE3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3AFF; }

 p { color: rgb(254,58,255); }

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

background-color css

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

 a { background-color: rgb(254,58,255); }

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

border-color css

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

 span { border-color: rgb(254,58,255); }

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