Html Css Color HEX #F14CFF Pink Flamingo

📋 copy color: '#F14CFF'

red 241 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #F14CFF

Tints of Pink Flamingo #F14CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.29%

 BLUE value IS 255 (100% from 255) = 44.58%

R = 42.13%
G = 13.29%
B = 44.58%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F14CFF (or 0xF14CFF) is known color: Pink Flamingo. HEX triplet: F1, 4C and FF. RGB value is (241,76,255). Sum of RGB (Red+Green+Blue) = 241+76+255=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 76 (30.08% from 255 or 13.29% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #F14CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14CFF is #0EB300. Grayscale: #919191. Windows color (decimal): -963329 or 16731377. OLE color: 16731377.

HSL color Cylindrical-coordinate representation of color #F14CFF: hue angle of 295.31º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14CFF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 76 255 -
CMYK 0.05 0.70 0 0
HSL 295.31º 1% 0.65% -
HSV(B) 295.31º 0.7% 1% -
XYZ 56.91 31.09 97.61 -
YUV 145.74 189.66 195.95 -
System Red Green Blue C M Y K H S L
Decimal 241 76 255 0.05 0.70 0 0 295.31 1 0.65
Hex F1 4C FF 5 46 0 0 127 64 41
Octal 361 114 377 5 106 0 0 447 144 101
Binary 11110001 1001100 11111111 101 1000110 0 0 100100111 1100100 1000001

Color Harmonies of #F14CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CFF

Black with #F14CFF

Text Example


Text Example

White with #F14CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CFF; }

 p { color: rgb(241,76,255); }

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

background-color css

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

 a { background-color: rgb(241,76,255); }

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

border-color css

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

 span { border-color: rgb(241,76,255); }

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