Html Css Color HEX #F15AF2 Pink Flamingo

📋 copy color: '#F15AF2'

red 241 ◦ green 90 ◦ blue 242

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

Shades of Pink Flamingo #F15AF2

Tints of Pink Flamingo #F15AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.23%

R = 42.06%
G = 15.71%
B = 42.23%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F15AF2 (or 0xF15AF2) is known color: Pink Flamingo. HEX triplet: F1, 5A and F2. RGB value is (241,90,242). Sum of RGB (Red+Green+Blue) = 241+90+242=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 90 (35.55% from 255 or 15.71% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #F15AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15AF2 is #0EA50D. Grayscale: #989898. Windows color (decimal): -959758 or 15882993. OLE color: 15882993.

HSL color Cylindrical-coordinate representation of color #F15AF2: hue angle of 299.61º degrees, saturation: 0.85, 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 #F15AF2 is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 90 242 -
CMYK 0.00 0.63 0 0.05
HSL 299.61º 0.85% 0.65% -
HSV(B) 299.61º 0.63% 0.95% -
XYZ 55.96 32.42 87.31 -
YUV 152.48 178.53 191.14 -
System Red Green Blue C M Y K H S L
Decimal 241 90 242 0.00 0.63 0 0.05 299.61 0.85 0.65
Hex F1 5A F2 0 3F 0 5 12C 55 41
Octal 361 132 362 0 77 0 5 454 125 101
Binary 11110001 1011010 11110010 0 111111 0 101 100101100 1010101 1000001

Color Harmonies of #F15AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15AF2

Black with #F15AF2

Text Example


Text Example

White with #F15AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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