Html Css Color HEX #FE65F4 Pink Flamingo

📋 copy color: '#FE65F4'

red 254 ◦ green 101 ◦ blue 244

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

Shades of Pink Flamingo #FE65F4

Tints of Pink Flamingo #FE65F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.73%

R = 42.4%
G = 16.86%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE65F4 (or 0xFE65F4) is known color: Pink Flamingo. HEX triplet: FE, 65 and F4. RGB value is (254,101,244). Sum of RGB (Red+Green+Blue) = 254+101+244=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 101 (39.84% from 255 or 16.86% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65F4 is #019A0B. Grayscale: #A2A2A2. Windows color (decimal): -104972 or 16016894. OLE color: 16016894.

HSL color Cylindrical-coordinate representation of color #FE65F4: hue angle of 303.92º 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 #FE65F4 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 101 244 -
CMYK 0 0.60 0.04 0.00
HSL 303.92º 0.99% 0.7% -
HSV(B) 303.92º 0.6% 1% -
XYZ 61.86 36.91 89.45 -
YUV 163.05 173.69 192.87 -
System Red Green Blue C M Y K H S L
Decimal 254 101 244 0 0.60 0.04 0.00 303.92 0.99 0.7
Hex FE 65 F4 0 3C 4 0 130 63 46
Octal 376 145 364 0 74 4 0 460 143 106
Binary 11111110 1100101 11110100 0 111100 100 0 100110000 1100011 1000110

Color Harmonies of #FE65F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE65F4

Black with #FE65F4

Text Example


Text Example

White with #FE65F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE65F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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