Html Css Color HEX #F15CFE Pink Flamingo

📋 copy color: '#F15CFE'

red 241 ◦ green 92 ◦ blue 254

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

Shades of Pink Flamingo #F15CFE

Tints of Pink Flamingo #F15CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.67%

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

R = 41.06%
G = 15.67%
B = 43.27%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F15CFE (or 0xF15CFE) is known color: Pink Flamingo. HEX triplet: F1, 5C and FE. RGB value is (241,92,254). Sum of RGB (Red+Green+Blue) = 241+92+254=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 92 (36.33% from 255 or 15.67% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #F15CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15CFE is #0EA301. Grayscale: #9A9A9A. Windows color (decimal): -959234 or 16669937. OLE color: 16669937.

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

Color convert

RGB 241 92 254 -
CMYK 0.05 0.64 0 0.00
HSL 295.19º 0.99% 0.68% -
HSV(B) 295.19º 0.64% 1% -
XYZ 57.99 33.51 97.18 -
YUV 155.02 183.86 189.33 -
System Red Green Blue C M Y K H S L
Decimal 241 92 254 0.05 0.64 0 0.00 295.19 0.99 0.68
Hex F1 5C FE 5 40 0 0 127 63 44
Octal 361 134 376 5 100 0 0 447 143 104
Binary 11110001 1011100 11111110 101 1000000 0 0 100100111 1100011 1000100

Color Harmonies of #F15CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CFE

Black with #F15CFE

Text Example


Text Example

White with #F15CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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