Html Css Color HEX #F15CFA Pink Flamingo

📋 copy color: '#F15CFA'

red 241 ◦ green 92 ◦ blue 250

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

Shades of Pink Flamingo #F15CFA

Tints of Pink Flamingo #F15CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.88%

R = 41.34%
G = 15.78%
B = 42.88%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F15CFA (or 0xF15CFA) is known color: Pink Flamingo. HEX triplet: F1, 5C and FA. RGB value is (241,92,250). Sum of RGB (Red+Green+Blue) = 241+92+250=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 92 (36.33% from 255 or 15.78% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #F15CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15CFA is #0EA305. Grayscale: #9A9A9A. Windows color (decimal): -959238 or 16407793. OLE color: 16407793.

HSL color Cylindrical-coordinate representation of color #F15CFA: hue angle of 296.58º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15CFA is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 92 250 -
CMYK 0.04 0.63 0 0.02
HSL 296.58º 0.94% 0.67% -
HSV(B) 296.58º 0.63% 0.98% -
XYZ 57.36 33.26 93.84 -
YUV 154.56 181.86 189.65 -
System Red Green Blue C M Y K H S L
Decimal 241 92 250 0.04 0.63 0 0.02 296.58 0.94 0.67
Hex F1 5C FA 4 3F 0 2 129 5E 43
Octal 361 134 372 4 77 0 2 451 136 103
Binary 11110001 1011100 11111010 100 111111 0 10 100101001 1011110 1000011

Color Harmonies of #F15CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CFA

Black with #F15CFA

Text Example


Text Example

White with #F15CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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