Html Css Color HEX #F160FE Pink Flamingo

📋 copy color: '#F160FE'

red 241 ◦ green 96 ◦ blue 254

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

Shades of Pink Flamingo #F160FE

Tints of Pink Flamingo #F160FE

RGB

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

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

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

R = 40.78%
G = 16.24%
B = 42.98%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F160FE (or 0xF160FE) is known color: Pink Flamingo. HEX triplet: F1, 60 and FE. RGB value is (241,96,254). Sum of RGB (Red+Green+Blue) = 241+96+254=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 96 (37.89% from 255 or 16.24% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #F160FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F160FE is #0E9F01. Grayscale: #9C9C9C. Windows color (decimal): -958210 or 16670961. OLE color: 16670961.

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

Color convert

RGB 241 96 254 -
CMYK 0.05 0.62 0 0.00
HSL 295.06º 0.99% 0.69% -
HSV(B) 295.06º 0.62% 1% -
XYZ 58.35 34.22 97.3 -
YUV 157.37 182.54 187.65 -
System Red Green Blue C M Y K H S L
Decimal 241 96 254 0.05 0.62 0 0.00 295.06 0.99 0.69
Hex F1 60 FE 5 3E 0 0 127 63 45
Octal 361 140 376 5 76 0 0 447 143 105
Binary 11110001 1100000 11111110 101 111110 0 0 100100111 1100011 1000101

Color Harmonies of #F160FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F160FE

Black with #F160FE

Text Example


Text Example

White with #F160FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F160FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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