Html Css Color HEX #F14DFF Pink Flamingo

📋 copy color: '#F14DFF'

red 241 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #F14DFF

Tints of Pink Flamingo #F14DFF

RGB

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

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

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

R = 42.06%
G = 13.44%
B = 44.5%

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

#F14DFF (or 0xF14DFF) is known color: Pink Flamingo. HEX triplet: F1, 4D and FF. RGB value is (241,77,255). Sum of RGB (Red+Green+Blue) = 241+77+255=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 77 (30.47% from 255 or 13.44% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #F14DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14DFF is #0EB200. Grayscale: #919191. Windows color (decimal): -963073 or 16731633. OLE color: 16731633.

HSL color Cylindrical-coordinate representation of color #F14DFF: hue angle of 295.28º 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 #F14DFF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 77 255 -
CMYK 0.05 0.70 0 0
HSL 295.28º 1% 0.65% -
HSV(B) 295.28º 0.7% 1% -
XYZ 56.98 31.23 97.63 -
YUV 146.33 189.33 195.53 -
System Red Green Blue C M Y K H S L
Decimal 241 77 255 0.05 0.70 0 0 295.28 1 0.65
Hex F1 4D FF 5 46 0 0 127 64 41
Octal 361 115 377 5 106 0 0 447 144 101
Binary 11110001 1001101 11111111 101 1000110 0 0 100100111 1100100 1000001

Color Harmonies of #F14DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DFF

Black with #F14DFF

Text Example


Text Example

White with #F14DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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