Html Css Color HEX #F15DFE Pink Flamingo

📋 copy color: '#F15DFE'

red 241 ◦ green 93 ◦ blue 254

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

Shades of Pink Flamingo #F15DFE

Tints of Pink Flamingo #F15DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.82%

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 40.99%
G = 15.82%
B = 43.2%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F15DFE (or 0xF15DFE) is known color: Pink Flamingo. HEX triplet: F1, 5D and FE. RGB value is (241,93,254). Sum of RGB (Red+Green+Blue) = 241+93+254=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 93 (36.72% from 255 or 15.82% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #F15DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15DFE is #0EA201. Grayscale: #9B9B9B. Windows color (decimal): -958978 or 16670193. OLE color: 16670193.

HSL color Cylindrical-coordinate representation of color #F15DFE: hue angle of 295.16º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15DFE is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 93 254 -
CMYK 0.05 0.63 0 0.00
HSL 295.16º 0.99% 0.68% -
HSV(B) 295.16º 0.63% 1% -
XYZ 58.08 33.69 97.21 -
YUV 155.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 241 93 254 0.05 0.63 0 0.00 295.16 0.99 0.68
Hex F1 5D FE 5 3F 0 0 127 63 44
Octal 361 135 376 5 77 0 0 447 143 104
Binary 11110001 1011101 11111110 101 111111 0 0 100100111 1100011 1000100

Color Harmonies of #F15DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15DFE

Black with #F15DFE

Text Example


Text Example

White with #F15DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15DFE; }

 p { color: rgb(241,93,254); }

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

background-color css

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

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

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

border-color css

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

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

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