Html Css Color HEX #FE60FF Pink Flamingo

📋 copy color: '#FE60FF'

red 254 ◦ green 96 ◦ blue 255

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

Shades of Pink Flamingo #FE60FF

Tints of Pink Flamingo #FE60FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 15.87%

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

R = 41.98%
G = 15.87%
B = 42.15%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE60FF (or 0xFE60FF) is known color: Pink Flamingo. HEX triplet: FE, 60 and FF. RGB value is (254,96,255). Sum of RGB (Red+Green+Blue) = 254+96+255=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 96 (37.89% from 255 or 15.87% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE60FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE60FF is #019F00. Grayscale: #A0A0A0. Windows color (decimal): -106241 or 16736510. OLE color: 16736510.

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

Color convert

RGB 254 96 255 -
CMYK 0.00 0.62 0 0
HSL 299.62º 1% 0.69% -
HSV(B) 299.62º 0.62% 1% -
XYZ 63.11 36.66 98.36 -
YUV 161.37 180.85 194.07 -
System Red Green Blue C M Y K H S L
Decimal 254 96 255 0.00 0.62 0 0 299.62 1 0.69
Hex FE 60 FF 0 3E 0 0 12C 64 45
Octal 376 140 377 0 76 0 0 454 144 105
Binary 11111110 1100000 11111111 0 111110 0 0 100101100 1100100 1000101

Color Harmonies of #FE60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE60FF

Black with #FE60FF

Text Example


Text Example

White with #FE60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE60FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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