Html Css Color HEX #F150FB Pink Flamingo

📋 copy color: '#F150FB'

red 241 ◦ green 80 ◦ blue 251

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

Shades of Pink Flamingo #F150FB

Tints of Pink Flamingo #F150FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.88%

R = 42.13%
G = 13.99%
B = 43.88%

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

#F150FB (or 0xF150FB) is known color: Pink Flamingo. HEX triplet: F1, 50 and FB. RGB value is (241,80,251). Sum of RGB (Red+Green+Blue) = 241+80+251=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 80 (31.64% from 255 or 13.99% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #F150FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F150FB is #0EAF04. Grayscale: #939393. Windows color (decimal): -962309 or 16470257. OLE color: 16470257.

HSL color Cylindrical-coordinate representation of color #F150FB: hue angle of 296.49º degrees, saturation: 0.96, 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 #F150FB is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 80 251 -
CMYK 0.04 0.68 0 0.02
HSL 296.49º 0.96% 0.65% -
HSV(B) 296.49º 0.68% 0.98% -
XYZ 56.56 31.4 94.35 -
YUV 147.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 241 80 251 0.04 0.68 0 0.02 296.49 0.96 0.65
Hex F1 50 FB 4 44 0 2 128 60 41
Octal 361 120 373 4 104 0 2 450 140 101
Binary 11110001 1010000 11111011 100 1000100 0 10 100101000 1100000 1000001

Color Harmonies of #F150FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F150FB

Black with #F150FB

Text Example


Text Example

White with #F150FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F150FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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