Html Css Color HEX #FF61F0 Pink Flamingo

📋 copy color: '#FF61F0'

red 255 ◦ green 97 ◦ blue 240

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

Shades of Pink Flamingo #FF61F0

Tints of Pink Flamingo #FF61F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.54%

R = 43.07%
G = 16.39%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF61F0 (or 0xFF61F0) is known color: Pink Flamingo. HEX triplet: FF, 61 and F0. RGB value is (255,97,240). Sum of RGB (Red+Green+Blue) = 255+97+240=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 97 (38.28% from 255 or 16.39% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF61F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF61F0 is #009E0F. Grayscale: #A0A0A0. Windows color (decimal): -40464 or 15753727. OLE color: 15753727.

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

Color convert

RGB 255 97 240 -
CMYK 0 0.62 0.06 0
HSL 305.7º 1% 0.69% -
HSV(B) 305.7º 0.62% 1% -
XYZ 61.24 36.1 86.18 -
YUV 160.54 172.85 195.37 -
System Red Green Blue C M Y K H S L
Decimal 255 97 240 0 0.62 0.06 0 305.7 1 0.69
Hex FF 61 F0 0 3E 6 0 132 64 45
Octal 377 141 360 0 76 6 0 462 144 105
Binary 11111111 1100001 11110000 0 111110 110 0 100110010 1100100 1000101

Color Harmonies of #FF61F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF61F0

Black with #FF61F0

Text Example


Text Example

White with #FF61F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF61F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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