Html Css Color HEX #F15FFB Pink Flamingo

📋 copy color: '#F15FFB'

red 241 ◦ green 95 ◦ blue 251

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

Shades of Pink Flamingo #F15FFB

Tints of Pink Flamingo #F15FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.76%

R = 41.06%
G = 16.18%
B = 42.76%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F15FFB (or 0xF15FFB) is known color: Pink Flamingo. HEX triplet: F1, 5F and FB. RGB value is (241,95,251). Sum of RGB (Red+Green+Blue) = 241+95+251=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 95 (37.5% from 255 or 16.18% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #F15FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15FFB is #0EA004. Grayscale: #9B9B9B. Windows color (decimal): -958469 or 16474097. OLE color: 16474097.

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

Color convert

RGB 241 95 251 -
CMYK 0.04 0.62 0 0.02
HSL 296.15º 0.95% 0.68% -
HSV(B) 296.15º 0.62% 0.98% -
XYZ 57.78 33.85 94.76 -
YUV 156.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 241 95 251 0.04 0.62 0 0.02 296.15 0.95 0.68
Hex F1 5F FB 4 3E 0 2 128 5F 44
Octal 361 137 373 4 76 0 2 450 137 104
Binary 11110001 1011111 11111011 100 111110 0 10 100101000 1011111 1000100

Color Harmonies of #F15FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15FFB

Black with #F15FFB

Text Example


Text Example

White with #F15FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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