Html Css Color HEX #F155EF Pink Flamingo

📋 copy color: '#F155EF'

red 241 ◦ green 85 ◦ blue 239

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

Shades of Pink Flamingo #F155EF

Tints of Pink Flamingo #F155EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 42.65%
G = 15.04%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F155EF (or 0xF155EF) is known color: Pink Flamingo. HEX triplet: F1, 55 and EF. RGB value is (241,85,239). Sum of RGB (Red+Green+Blue) = 241+85+239=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 85 (33.59% from 255 or 15.04% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F155EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155EF is #0EAA10. Grayscale: #949494. Windows color (decimal): -961041 or 15685105. OLE color: 15685105.

HSL color Cylindrical-coordinate representation of color #F155EF: hue angle of 300.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F155EF is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 85 239 -
CMYK 0 0.65 0.01 0.05
HSL 300.77º 0.85% 0.64% -
HSV(B) 300.77º 0.65% 0.95% -
XYZ 55.1 31.43 84.82 -
YUV 149.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 241 85 239 0 0.65 0.01 0.05 300.77 0.85 0.64
Hex F1 55 EF 0 41 1 5 12D 55 40
Octal 361 125 357 0 101 1 5 455 125 100
Binary 11110001 1010101 11101111 0 1000001 1 101 100101101 1010101 1000000

Color Harmonies of #F155EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155EF

Black with #F155EF

Text Example


Text Example

White with #F155EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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