Html Css Color HEX #F14AF3 Pink Flamingo

📋 copy color: '#F14AF3'

red 241 ◦ green 74 ◦ blue 243

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

Shades of Pink Flamingo #F14AF3

Tints of Pink Flamingo #F14AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.55%

R = 43.19%
G = 13.26%
B = 43.55%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F14AF3 (or 0xF14AF3) is known color: Pink Flamingo. HEX triplet: F1, 4A and F3. RGB value is (241,74,243). Sum of RGB (Red+Green+Blue) = 241+74+243=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 74 (29.30% from 255 or 13.26% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #F14AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14AF3 is #0EB50C. Grayscale: #8E8E8E. Windows color (decimal): -963853 or 15944433. OLE color: 15944433.

HSL color Cylindrical-coordinate representation of color #F14AF3: hue angle of 299.29º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14AF3 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 74 243 -
CMYK 0.01 0.70 0 0.05
HSL 299.29º 0.88% 0.62% -
HSV(B) 299.29º 0.7% 0.95% -
XYZ 54.9 30.07 87.7 -
YUV 143.2 184.33 197.76 -
System Red Green Blue C M Y K H S L
Decimal 241 74 243 0.01 0.70 0 0.05 299.29 0.88 0.62
Hex F1 4A F3 1 46 0 5 12B 58 3E
Octal 361 112 363 1 106 0 5 453 130 76
Binary 11110001 1001010 11110011 1 1000110 0 101 100101011 1011000 111110

Color Harmonies of #F14AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14AF3

Black with #F14AF3

Text Example


Text Example

White with #F14AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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