Html Css Color HEX #FE65E6 Pink Flamingo

📋 copy color: '#FE65E6'

red 254 ◦ green 101 ◦ blue 230

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

Shades of Pink Flamingo #FE65E6

Tints of Pink Flamingo #FE65E6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.26%

 BLUE value IS 230 (90.23% from 255) = 39.32%

R = 43.42%
G = 17.26%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE65E6 (or 0xFE65E6) is known color: Pink Flamingo. HEX triplet: FE, 65 and E6. RGB value is (254,101,230). Sum of RGB (Red+Green+Blue) = 254+101+230=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 101 (39.84% from 255 or 17.26% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65E6 is #019A19. Grayscale: #A1A1A1. Windows color (decimal): -104986 or 15099390. OLE color: 15099390.

HSL color Cylindrical-coordinate representation of color #FE65E6: hue angle of 309.41º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE65E6 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 101 230 -
CMYK 0 0.60 0.09 0.00
HSL 309.41º 0.99% 0.7% -
HSV(B) 309.41º 0.6% 1% -
XYZ 59.81 36.09 78.68 -
YUV 161.45 166.69 194.01 -
System Red Green Blue C M Y K H S L
Decimal 254 101 230 0 0.60 0.09 0.00 309.41 0.99 0.7
Hex FE 65 E6 0 3C 9 0 135 63 46
Octal 376 145 346 0 74 11 0 465 143 106
Binary 11111110 1100101 11100110 0 111100 1001 0 100110101 1100011 1000110

Color Harmonies of #FE65E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE65E6

Black with #FE65E6

Text Example


Text Example

White with #FE65E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE65E6; }

 p { color: rgb(254,101,230); }

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

background-color css

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

 a { background-color: rgb(254,101,230); }

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

border-color css

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

 span { border-color: rgb(254,101,230); }

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