Html Css Color HEX #F15AF8 Pink Flamingo

📋 copy color: '#F15AF8'

red 241 ◦ green 90 ◦ blue 248

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

Shades of Pink Flamingo #F15AF8

Tints of Pink Flamingo #F15AF8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.54%

 BLUE value IS 248 (97.27% from 255) = 42.83%

R = 41.62%
G = 15.54%
B = 42.83%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F15AF8 (or 0xF15AF8) is known color: Pink Flamingo. HEX triplet: F1, 5A and F8. RGB value is (241,90,248). Sum of RGB (Red+Green+Blue) = 241+90+248=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 90 (35.55% from 255 or 15.54% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #F15AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15AF8 is #0EA507. Grayscale: #989898. Windows color (decimal): -959752 or 16276209. OLE color: 16276209.

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

Color convert

RGB 241 90 248 -
CMYK 0.03 0.64 0 0.03
HSL 297.34º 0.92% 0.66% -
HSV(B) 297.34º 0.64% 0.97% -
XYZ 56.88 32.79 92.14 -
YUV 153.16 181.53 190.65 -
System Red Green Blue C M Y K H S L
Decimal 241 90 248 0.03 0.64 0 0.03 297.34 0.92 0.66
Hex F1 5A F8 3 40 0 3 129 5C 42
Octal 361 132 370 3 100 0 3 451 134 102
Binary 11110001 1011010 11111000 11 1000000 0 11 100101001 1011100 1000010

Color Harmonies of #F15AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15AF8

Black with #F15AF8

Text Example


Text Example

White with #F15AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15AF8; }

 p { color: rgb(241,90,248); }

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

background-color css

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

 a { background-color: rgb(241,90,248); }

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

border-color css

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

 span { border-color: rgb(241,90,248); }

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