Html Css Color HEX #FF61FE Pink Flamingo

📋 copy color: '#FF61FE'

red 255 ◦ green 97 ◦ blue 254

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

Shades of Pink Flamingo #FF61FE

Tints of Pink Flamingo #FF61FE

RGB

 RED value IS 255 (100% from 255) = 42.08%

 GREEN value IS 97 (38.28% from 255) = 16.01%

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 42.08%
G = 16.01%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF61FE (or 0xFF61FE) is known color: Pink Flamingo. HEX triplet: FF, 61 and FE. RGB value is (255,97,254). Sum of RGB (Red+Green+Blue) = 255+97+254=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 97 (38.28% from 255 or 16.01% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF61FE is #009E01. Grayscale: #A1A1A1. Windows color (decimal): -40450 or 16671231. OLE color: 16671231.

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

Color convert

RGB 255 97 254 -
CMYK 0 0.62 0.00 0
HSL 300.38º 1% 0.69% -
HSV(B) 300.38º 0.62% 1% -
XYZ 63.4 36.97 97.56 -
YUV 162.14 179.85 194.23 -
System Red Green Blue C M Y K H S L
Decimal 255 97 254 0 0.62 0.00 0 300.38 1 0.69
Hex FF 61 FE 0 3E 0 0 12C 64 45
Octal 377 141 376 0 76 0 0 454 144 105
Binary 11111111 1100001 11111110 0 111110 0 0 100101100 1100100 1000101

Color Harmonies of #FF61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF61FE

Black with #FF61FE

Text Example


Text Example

White with #FF61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF61FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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