Html Css Color HEX #F15AF1 Pink Flamingo

📋 copy color: '#F15AF1'

red 241 ◦ green 90 ◦ blue 241

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

Shades of Pink Flamingo #F15AF1

Tints of Pink Flamingo #F15AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.13%

R = 42.13%
G = 15.73%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F15AF1 (or 0xF15AF1) is known color: Pink Flamingo. HEX triplet: F1, 5A and F1. RGB value is (241,90,241). Sum of RGB (Red+Green+Blue) = 241+90+241=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 90 (35.55% from 255 or 15.73% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F15AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15AF1 is #0EA50E. Grayscale: #979797. Windows color (decimal): -959759 or 15817457. OLE color: 15817457.

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

Color convert

RGB 241 90 241 -
CMYK 0 0.63 0 0.05
HSL 300º 0.84% 0.65% -
HSV(B) 300º 0.63% 0.95% -
XYZ 55.81 32.36 86.52 -
YUV 152.36 178.03 191.22 -
System Red Green Blue C M Y K H S L
Decimal 241 90 241 0 0.63 0 0.05 300 0.84 0.65
Hex F1 5A F1 0 3F 0 5 12C 54 41
Octal 361 132 361 0 77 0 5 454 124 101
Binary 11110001 1011010 11110001 0 111111 0 101 100101100 1010100 1000001

Color Harmonies of #F15AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15AF1

Black with #F15AF1

Text Example


Text Example

White with #F15AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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