Html Css Color HEX #F14EFC Pink Flamingo

📋 copy color: '#F14EFC'

red 241 ◦ green 78 ◦ blue 252

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

Shades of Pink Flamingo #F14EFC

Tints of Pink Flamingo #F14EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.66%

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

R = 42.21%
G = 13.66%
B = 44.13%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F14EFC (or 0xF14EFC) is known color: Pink Flamingo. HEX triplet: F1, 4E and FC. RGB value is (241,78,252). Sum of RGB (Red+Green+Blue) = 241+78+252=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 78 (30.86% from 255 or 13.66% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #F14EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14EFC is #0EB103. Grayscale: #929292. Windows color (decimal): -962820 or 16535281. OLE color: 16535281.

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

Color convert

RGB 241 78 252 -
CMYK 0.04 0.69 0 0.01
HSL 296.21º 0.97% 0.65% -
HSV(B) 296.21º 0.69% 0.99% -
XYZ 56.57 31.18 95.13 -
YUV 146.57 187.5 195.35 -
System Red Green Blue C M Y K H S L
Decimal 241 78 252 0.04 0.69 0 0.01 296.21 0.97 0.65
Hex F1 4E FC 4 45 0 1 128 61 41
Octal 361 116 374 4 105 0 1 450 141 101
Binary 11110001 1001110 11111100 100 1000101 0 1 100101000 1100001 1000001

Color Harmonies of #F14EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14EFC

Black with #F14EFC

Text Example


Text Example

White with #F14EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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