Html Css Color HEX #F14DFE Pink Flamingo

📋 copy color: '#F14DFE'

red 241 ◦ green 77 ◦ blue 254

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

Shades of Pink Flamingo #F14DFE

Tints of Pink Flamingo #F14DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.46%

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

R = 42.13%
G = 13.46%
B = 44.41%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F14DFE (or 0xF14DFE) is known color: Pink Flamingo. HEX triplet: F1, 4D and FE. RGB value is (241,77,254). Sum of RGB (Red+Green+Blue) = 241+77+254=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 77 (30.47% from 255 or 13.46% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #F14DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14DFE is #0EB201. Grayscale: #919191. Windows color (decimal): -963074 or 16666097. OLE color: 16666097.

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

Color convert

RGB 241 77 254 -
CMYK 0.05 0.70 0 0.00
HSL 295.59º 0.99% 0.65% -
HSV(B) 295.59º 0.7% 1% -
XYZ 56.82 31.16 96.79 -
YUV 146.21 188.83 195.61 -
System Red Green Blue C M Y K H S L
Decimal 241 77 254 0.05 0.70 0 0.00 295.59 0.99 0.65
Hex F1 4D FE 5 46 0 0 128 63 41
Octal 361 115 376 5 106 0 0 450 143 101
Binary 11110001 1001101 11111110 101 1000110 0 0 100101000 1100011 1000001

Color Harmonies of #F14DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DFE

Black with #F14DFE

Text Example


Text Example

White with #F14DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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