Html Css Color HEX #F155FC Pink Flamingo

📋 copy color: '#F155FC'

red 241 ◦ green 85 ◦ blue 252

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

Shades of Pink Flamingo #F155FC

Tints of Pink Flamingo #F155FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.71%

 BLUE value IS 252 (98.83% from 255) = 43.6%

R = 41.7%
G = 14.71%
B = 43.6%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F155FC (or 0xF155FC) is known color: Pink Flamingo. HEX triplet: F1, 55 and FC. RGB value is (241,85,252). Sum of RGB (Red+Green+Blue) = 241+85+252=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 85 (33.59% from 255 or 14.71% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #F155FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155FC is #0EAA03. Grayscale: #969696. Windows color (decimal): -961028 or 16537073. OLE color: 16537073.

HSL color Cylindrical-coordinate representation of color #F155FC: hue angle of 296.05º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F155FC is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 85 252 -
CMYK 0.04 0.66 0 0.01
HSL 296.05º 0.97% 0.66% -
HSV(B) 296.05º 0.66% 0.99% -
XYZ 57.09 32.23 95.31 -
YUV 150.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 241 85 252 0.04 0.66 0 0.01 296.05 0.97 0.66
Hex F1 55 FC 4 42 0 1 128 61 42
Octal 361 125 374 4 102 0 1 450 141 102
Binary 11110001 1010101 11111100 100 1000010 0 1 100101000 1100001 1000010

Color Harmonies of #F155FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155FC

Black with #F155FC

Text Example


Text Example

White with #F155FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155FC; }

 p { color: rgb(241,85,252); }

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

background-color css

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

 a { background-color: rgb(241,85,252); }

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

border-color css

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

 span { border-color: rgb(241,85,252); }

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