Html Css Color HEX #FE4AF6 Pink Flamingo

📋 copy color: '#FE4AF6'

red 254 ◦ green 74 ◦ blue 246

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

Shades of Pink Flamingo #FE4AF6

Tints of Pink Flamingo #FE4AF6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 12.89%

 BLUE value IS 246 (96.48% from 255) = 42.86%

R = 44.25%
G = 12.89%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE4AF6 (or 0xFE4AF6) is known color: Pink Flamingo. HEX triplet: FE, 4A and F6. RGB value is (254,74,246). Sum of RGB (Red+Green+Blue) = 254+74+246=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 74 (29.30% from 255 or 12.89% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4AF6 is #01B509. Grayscale: #929292. Windows color (decimal): -111882 or 16141054. OLE color: 16141054.

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

Color convert

RGB 254 74 246 -
CMYK 0 0.71 0.03 0.00
HSL 302.67º 0.99% 0.64% -
HSV(B) 302.67º 0.71% 1% -
XYZ 59.96 32.62 90.33 -
YUV 147.43 183.63 204.01 -
System Red Green Blue C M Y K H S L
Decimal 254 74 246 0 0.71 0.03 0.00 302.67 0.99 0.64
Hex FE 4A F6 0 47 3 0 12F 63 40
Octal 376 112 366 0 107 3 0 457 143 100
Binary 11111110 1001010 11110110 0 1000111 11 0 100101111 1100011 1000000

Color Harmonies of #FE4AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4AF6

Black with #FE4AF6

Text Example


Text Example

White with #FE4AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4AF6; }

 p { color: rgb(254,74,246); }

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

background-color css

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

 a { background-color: rgb(254,74,246); }

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

border-color css

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

 span { border-color: rgb(254,74,246); }

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