Html Css Color HEX #F155F5 Pink Flamingo

📋 copy color: '#F155F5'

red 241 ◦ green 85 ◦ blue 245

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

Shades of Pink Flamingo #F155F5

Tints of Pink Flamingo #F155F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.91%

R = 42.21%
G = 14.89%
B = 42.91%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F155F5 (or 0xF155F5) is known color: Pink Flamingo. HEX triplet: F1, 55 and F5. RGB value is (241,85,245). Sum of RGB (Red+Green+Blue) = 241+85+245=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 85 (33.59% from 255 or 14.89% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #F155F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F155F5 is #0EAA0A. Grayscale: #959595. Windows color (decimal): -961035 or 16078321. OLE color: 16078321.

HSL color Cylindrical-coordinate representation of color #F155F5: hue angle of 298.5º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F155F5 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 85 245 -
CMYK 0.02 0.65 0 0.04
HSL 298.5º 0.89% 0.65% -
HSV(B) 298.5º 0.65% 0.96% -
XYZ 56.01 31.79 89.57 -
YUV 149.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 241 85 245 0.02 0.65 0 0.04 298.5 0.89 0.65
Hex F1 55 F5 2 41 0 4 12A 59 41
Octal 361 125 365 2 101 0 4 452 131 101
Binary 11110001 1010101 11110101 10 1000001 0 100 100101010 1011001 1000001

Color Harmonies of #F155F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F155F5

Black with #F155F5

Text Example


Text Example

White with #F155F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F155F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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