Html Css Color HEX #FF61FF Pink Flamingo

📋 copy color: '#FF61FF'

red 255 ◦ green 97 ◦ blue 255

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

Shades of Pink Flamingo #FF61FF

Tints of Pink Flamingo #FF61FF

RGB

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

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

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

R = 42.01%
G = 15.98%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF61FF (or 0xFF61FF) is known color: Pink Flamingo. HEX triplet: FF, 61 and FF. RGB value is (255,97,255). Sum of RGB (Red+Green+Blue) = 255+97+255=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 97 (38.28% from 255 or 15.98% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF61FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF61FF is #009E00. Grayscale: #A1A1A1. Windows color (decimal): -40449 or 16736767. OLE color: 16736767.

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

Color convert

RGB 255 97 255 -
CMYK 0 0.62 0 0
HSL 300º 1% 0.69% -
HSV(B) 300º 0.62% 1% -
XYZ 63.56 37.03 98.4 -
YUV 162.25 180.35 194.15 -
System Red Green Blue C M Y K H S L
Decimal 255 97 255 0 0.62 0 0 300 1 0.69
Hex FF 61 FF 0 3E 0 0 12C 64 45
Octal 377 141 377 0 76 0 0 454 144 105
Binary 11111111 1100001 11111111 0 111110 0 0 100101100 1100100 1000101

Color Harmonies of #FF61FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF61FF

Black with #FF61FF

Text Example


Text Example

White with #FF61FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF61FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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