Html Css Color HEX #F14FFF Pink Flamingo

📋 copy color: '#F14FFF'

red 241 ◦ green 79 ◦ blue 255

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

Shades of Pink Flamingo #F14FFF

Tints of Pink Flamingo #F14FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.74%

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

R = 41.91%
G = 13.74%
B = 44.35%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F14FFF (or 0xF14FFF) is known color: Pink Flamingo. HEX triplet: F1, 4F and FF. RGB value is (241,79,255). Sum of RGB (Red+Green+Blue) = 241+79+255=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 79 (31.25% from 255 or 13.74% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #F14FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14FFF is #0EB000. Grayscale: #929292. Windows color (decimal): -962561 or 16732145. OLE color: 16732145.

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

Color convert

RGB 241 79 255 -
CMYK 0.05 0.69 0 0
HSL 295.23º 1% 0.65% -
HSV(B) 295.23º 0.69% 1% -
XYZ 57.12 31.51 97.68 -
YUV 147.5 188.67 194.69 -
System Red Green Blue C M Y K H S L
Decimal 241 79 255 0.05 0.69 0 0 295.23 1 0.65
Hex F1 4F FF 5 45 0 0 127 64 41
Octal 361 117 377 5 105 0 0 447 144 101
Binary 11110001 1001111 11111111 101 1000101 0 0 100100111 1100100 1000001

Color Harmonies of #F14FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14FFF

Black with #F14FFF

Text Example


Text Example

White with #F14FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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