Html Css Color HEX #F144FE Pink Flamingo

📋 copy color: '#F144FE'

red 241 ◦ green 68 ◦ blue 254

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

Shades of Pink Flamingo #F144FE

Tints of Pink Flamingo #F144FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 42.81%
G = 12.08%
B = 45.12%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F144FE (or 0xF144FE) is known color: Pink Flamingo. HEX triplet: F1, 44 and FE. RGB value is (241,68,254). Sum of RGB (Red+Green+Blue) = 241+68+254=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 68 (26.95% from 255 or 12.08% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #F144FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F144FE is #0EBB01. Grayscale: #8C8C8C. Windows color (decimal): -965378 or 16663793. OLE color: 16663793.

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

Color convert

RGB 241 68 254 -
CMYK 0.05 0.73 0 0.00
HSL 295.81º 0.99% 0.63% -
HSV(B) 295.81º 0.73% 1% -
XYZ 56.23 29.99 96.59 -
YUV 140.93 191.81 199.38 -
System Red Green Blue C M Y K H S L
Decimal 241 68 254 0.05 0.73 0 0.00 295.81 0.99 0.63
Hex F1 44 FE 5 49 0 0 128 63 3F
Octal 361 104 376 5 111 0 0 450 143 77
Binary 11110001 1000100 11111110 101 1001001 0 0 100101000 1100011 111111

Color Harmonies of #F144FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F144FE

Black with #F144FE

Text Example


Text Example

White with #F144FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F144FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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