Html Css Color HEX #F15FFC Pink Flamingo

📋 copy color: '#F15FFC'

red 241 ◦ green 95 ◦ blue 252

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

Shades of Pink Flamingo #F15FFC

Tints of Pink Flamingo #F15FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.16%

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

R = 40.99%
G = 16.16%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F15FFC (or 0xF15FFC) is known color: Pink Flamingo. HEX triplet: F1, 5F and FC. RGB value is (241,95,252). Sum of RGB (Red+Green+Blue) = 241+95+252=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 95 (37.5% from 255 or 16.16% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #F15FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15FFC is #0EA003. Grayscale: #9C9C9C. Windows color (decimal): -958468 or 16539633. OLE color: 16539633.

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

Color convert

RGB 241 95 252 -
CMYK 0.04 0.62 0 0.01
HSL 295.8º 0.96% 0.68% -
HSV(B) 295.8º 0.62% 0.99% -
XYZ 57.94 33.91 95.59 -
YUV 156.55 181.87 188.23 -
System Red Green Blue C M Y K H S L
Decimal 241 95 252 0.04 0.62 0 0.01 295.8 0.96 0.68
Hex F1 5F FC 4 3E 0 1 128 60 44
Octal 361 137 374 4 76 0 1 450 140 104
Binary 11110001 1011111 11111100 100 111110 0 1 100101000 1100000 1000100

Color Harmonies of #F15FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15FFC

Black with #F15FFC

Text Example


Text Example

White with #F15FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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