Html Css Color HEX #F15DF4 Pink Flamingo

📋 copy color: '#F15DF4'

red 241 ◦ green 93 ◦ blue 244

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

Shades of Pink Flamingo #F15DF4

Tints of Pink Flamingo #F15DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.21%

R = 41.7%
G = 16.09%
B = 42.21%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F15DF4 (or 0xF15DF4) is known color: Pink Flamingo. HEX triplet: F1, 5D and F4. RGB value is (241,93,244). Sum of RGB (Red+Green+Blue) = 241+93+244=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 93 (36.72% from 255 or 16.09% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #F15DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15DF4 is #0EA20B. Grayscale: #9A9A9A. Windows color (decimal): -958988 or 16014833. OLE color: 16014833.

HSL color Cylindrical-coordinate representation of color #F15DF4: hue angle of 298.81º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15DF4 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 93 244 -
CMYK 0.01 0.62 0 0.04
HSL 298.81º 0.87% 0.66% -
HSV(B) 298.81º 0.62% 0.96% -
XYZ 56.52 33.06 88.99 -
YUV 154.47 178.53 189.72 -
System Red Green Blue C M Y K H S L
Decimal 241 93 244 0.01 0.62 0 0.04 298.81 0.87 0.66
Hex F1 5D F4 1 3E 0 4 12B 57 42
Octal 361 135 364 1 76 0 4 453 127 102
Binary 11110001 1011101 11110100 1 111110 0 100 100101011 1010111 1000010

Color Harmonies of #F15DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15DF4

Black with #F15DF4

Text Example


Text Example

White with #F15DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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