Html Css Color HEX #F144FC Pink Flamingo

📋 copy color: '#F144FC'

red 241 ◦ green 68 ◦ blue 252

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

Shades of Pink Flamingo #F144FC

Tints of Pink Flamingo #F144FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 42.96%
G = 12.12%
B = 44.92%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F144FC (or 0xF144FC) is known color: Pink Flamingo. HEX triplet: F1, 44 and FC. RGB value is (241,68,252). Sum of RGB (Red+Green+Blue) = 241+68+252=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 68 (26.95% from 255 or 12.12% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #F144FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F144FC is #0EBB03. Grayscale: #8C8C8C. Windows color (decimal): -965380 or 16532721. OLE color: 16532721.

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

Color convert

RGB 241 68 252 -
CMYK 0.04 0.73 0 0.01
HSL 296.41º 0.97% 0.63% -
HSV(B) 296.41º 0.73% 0.99% -
XYZ 55.91 29.86 94.91 -
YUV 140.7 190.81 199.54 -
System Red Green Blue C M Y K H S L
Decimal 241 68 252 0.04 0.73 0 0.01 296.41 0.97 0.63
Hex F1 44 FC 4 49 0 1 128 61 3F
Octal 361 104 374 4 111 0 1 450 141 77
Binary 11110001 1000100 11111100 100 1001001 0 1 100101000 1100001 111111

Color Harmonies of #F144FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144FC

Black with #F144FC

Text Example


Text Example

White with #F144FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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