Html Css Color HEX #F144FB Pink Flamingo

📋 copy color: '#F144FB'

red 241 ◦ green 68 ◦ blue 251

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

Shades of Pink Flamingo #F144FB

Tints of Pink Flamingo #F144FB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.14%

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

R = 43.04%
G = 12.14%
B = 44.82%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F144FB (or 0xF144FB) is known color: Pink Flamingo. HEX triplet: F1, 44 and FB. RGB value is (241,68,251). Sum of RGB (Red+Green+Blue) = 241+68+251=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 68 (26.95% from 255 or 12.14% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #F144FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F144FB is #0EBB04. Grayscale: #8C8C8C. Windows color (decimal): -965381 or 16467185. OLE color: 16467185.

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

Color convert

RGB 241 68 251 -
CMYK 0.04 0.73 0 0.02
HSL 296.72º 0.96% 0.63% -
HSV(B) 296.72º 0.73% 0.98% -
XYZ 55.76 29.8 94.08 -
YUV 140.59 190.31 199.62 -
System Red Green Blue C M Y K H S L
Decimal 241 68 251 0.04 0.73 0 0.02 296.72 0.96 0.63
Hex F1 44 FB 4 49 0 2 129 60 3F
Octal 361 104 373 4 111 0 2 451 140 77
Binary 11110001 1000100 11111011 100 1001001 0 10 100101001 1100000 111111

Color Harmonies of #F144FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144FB

Black with #F144FB

Text Example


Text Example

White with #F144FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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