Html Css Color HEX #F161FF Pink Flamingo

📋 copy color: '#F161FF'

red 241 ◦ green 97 ◦ blue 255

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

Shades of Pink Flamingo #F161FF

Tints of Pink Flamingo #F161FF

RGB

 RED value IS 241 (94.53% from 255) = 40.64%

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

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

R = 40.64%
G = 16.36%
B = 43%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F161FF (or 0xF161FF) is known color: Pink Flamingo. HEX triplet: F1, 61 and FF. RGB value is (241,97,255). Sum of RGB (Red+Green+Blue) = 241+97+255=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 97 (38.28% from 255 or 16.36% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #F161FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F161FF is #0E9E00. Grayscale: #9D9D9D. Windows color (decimal): -957953 or 16736753. OLE color: 16736753.

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

Color convert

RGB 241 97 255 -
CMYK 0.05 0.62 0 0
HSL 294.68º 1% 0.69% -
HSV(B) 294.68º 0.62% 1% -
XYZ 58.6 34.47 98.17 -
YUV 158.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 241 97 255 0.05 0.62 0 0 294.68 1 0.69
Hex F1 61 FF 5 3E 0 0 127 64 45
Octal 361 141 377 5 76 0 0 447 144 105
Binary 11110001 1100001 11111111 101 111110 0 0 100100111 1100100 1000101

Color Harmonies of #F161FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F161FF

Black with #F161FF

Text Example


Text Example

White with #F161FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F161FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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