Html Css Color HEX #F14AF9 Pink Flamingo

📋 copy color: '#F14AF9'

red 241 ◦ green 74 ◦ blue 249

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

Shades of Pink Flamingo #F14AF9

Tints of Pink Flamingo #F14AF9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.12%

 BLUE value IS 249 (97.66% from 255) = 44.15%

R = 42.73%
G = 13.12%
B = 44.15%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F14AF9 (or 0xF14AF9) is known color: Pink Flamingo. HEX triplet: F1, 4A and F9. RGB value is (241,74,249). Sum of RGB (Red+Green+Blue) = 241+74+249=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 74 (29.30% from 255 or 13.12% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #F14AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14AF9 is #0EB506. Grayscale: #8F8F8F. Windows color (decimal): -963847 or 16337649. OLE color: 16337649.

HSL color Cylindrical-coordinate representation of color #F14AF9: hue angle of 297.26º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14AF9 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 74 249 -
CMYK 0.03 0.70 0 0.02
HSL 297.26º 0.94% 0.63% -
HSV(B) 297.26º 0.7% 0.98% -
XYZ 55.82 30.44 92.56 -
YUV 143.88 187.33 197.27 -
System Red Green Blue C M Y K H S L
Decimal 241 74 249 0.03 0.70 0 0.02 297.26 0.94 0.63
Hex F1 4A F9 3 46 0 2 129 5E 3F
Octal 361 112 371 3 106 0 2 451 136 77
Binary 11110001 1001010 11111001 11 1000110 0 10 100101001 1011110 111111

Color Harmonies of #F14AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14AF9

Black with #F14AF9

Text Example


Text Example

White with #F14AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14AF9; }

 p { color: rgb(241,74,249); }

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

background-color css

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

 a { background-color: rgb(241,74,249); }

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

border-color css

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

 span { border-color: rgb(241,74,249); }

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