Html Css Color HEX #FE42FA Pink Flamingo

📋 copy color: '#FE42FA'

red 254 ◦ green 66 ◦ blue 250

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

Shades of Pink Flamingo #FE42FA

Tints of Pink Flamingo #FE42FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.58%

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 44.56%
G = 11.58%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE42FA (or 0xFE42FA) is known color: Pink Flamingo. HEX triplet: FE, 42 and FA. RGB value is (254,66,250). Sum of RGB (Red+Green+Blue) = 254+66+250=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 66 (26.17% from 255 or 11.58% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE42FA is #01BD05. Grayscale: #8E8E8E. Windows color (decimal): -113926 or 16401150. OLE color: 16401150.

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

Color convert

RGB 254 66 250 -
CMYK 0 0.74 0.02 0.00
HSL 301.28º 0.99% 0.63% -
HSV(B) 301.28º 0.74% 1% -
XYZ 60.08 31.87 93.43 -
YUV 143.19 188.28 207.04 -
System Red Green Blue C M Y K H S L
Decimal 254 66 250 0 0.74 0.02 0.00 301.28 0.99 0.63
Hex FE 42 FA 0 4A 2 0 12D 63 3F
Octal 376 102 372 0 112 2 0 455 143 77
Binary 11111110 1000010 11111010 0 1001010 10 0 100101101 1100011 111111

Color Harmonies of #FE42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE42FA

Black with #FE42FA

Text Example


Text Example

White with #FE42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE42FA; }

 p { color: rgb(254,66,250); }

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

background-color css

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

 a { background-color: rgb(254,66,250); }

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

border-color css

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

 span { border-color: rgb(254,66,250); }

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