Html Css Color HEX #F14AF2 Pink Flamingo

📋 copy color: '#F14AF2'

red 241 ◦ green 74 ◦ blue 242

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

Shades of Pink Flamingo #F14AF2

Tints of Pink Flamingo #F14AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 43.27%
G = 13.29%
B = 43.45%

CMYK

 C value IS 0.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F14AF2 (or 0xF14AF2) is known color: Pink Flamingo. HEX triplet: F1, 4A and F2. RGB value is (241,74,242). Sum of RGB (Red+Green+Blue) = 241+74+242=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 74 (29.30% from 255 or 13.29% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #F14AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14AF2 is #0EB50D. Grayscale: #8E8E8E. Windows color (decimal): -963854 or 15878897. OLE color: 15878897.

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

Color convert

RGB 241 74 242 -
CMYK 0.00 0.69 0 0.05
HSL 299.64º 0.87% 0.62% -
HSV(B) 299.64º 0.69% 0.95% -
XYZ 54.75 30.01 86.91 -
YUV 143.09 183.83 197.84 -
System Red Green Blue C M Y K H S L
Decimal 241 74 242 0.00 0.69 0 0.05 299.64 0.87 0.62
Hex F1 4A F2 0 45 0 5 12C 57 3E
Octal 361 112 362 0 105 0 5 454 127 76
Binary 11110001 1001010 11110010 0 1000101 0 101 100101100 1010111 111110

Color Harmonies of #F14AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14AF2

Black with #F14AF2

Text Example


Text Example

White with #F14AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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