Html Css Color HEX #F150FA Pink Flamingo

📋 copy color: '#F150FA'

red 241 ◦ green 80 ◦ blue 250

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

Shades of Pink Flamingo #F150FA

Tints of Pink Flamingo #F150FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.01%

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

R = 42.21%
G = 14.01%
B = 43.78%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F150FA (or 0xF150FA) is known color: Pink Flamingo. HEX triplet: F1, 50 and FA. RGB value is (241,80,250). Sum of RGB (Red+Green+Blue) = 241+80+250=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 80 (31.64% from 255 or 14.01% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #F150FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F150FA is #0EAF05. Grayscale: #939393. Windows color (decimal): -962310 or 16404721. OLE color: 16404721.

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

Color convert

RGB 241 80 250 -
CMYK 0.04 0.68 0 0.02
HSL 296.82º 0.94% 0.65% -
HSV(B) 296.82º 0.68% 0.98% -
XYZ 56.4 31.34 93.52 -
YUV 147.52 185.84 194.68 -
System Red Green Blue C M Y K H S L
Decimal 241 80 250 0.04 0.68 0 0.02 296.82 0.94 0.65
Hex F1 50 FA 4 44 0 2 129 5E 41
Octal 361 120 372 4 104 0 2 451 136 101
Binary 11110001 1010000 11111010 100 1000100 0 10 100101001 1011110 1000001

Color Harmonies of #F150FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150FA

Black with #F150FA

Text Example


Text Example

White with #F150FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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