Html Css Color HEX #F14FF0 Pink Flamingo

📋 copy color: '#F14FF0'

red 241 ◦ green 79 ◦ blue 240

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

Shades of Pink Flamingo #F14FF0

Tints of Pink Flamingo #F14FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.86%

R = 43.04%
G = 14.11%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F14FF0 (or 0xF14FF0) is known color: Pink Flamingo. HEX triplet: F1, 4F and F0. RGB value is (241,79,240). Sum of RGB (Red+Green+Blue) = 241+79+240=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 79 (31.25% from 255 or 14.11% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F14FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14FF0 is #0EB00F. Grayscale: #919191. Windows color (decimal): -962576 or 15749105. OLE color: 15749105.

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

Color convert

RGB 241 79 240 -
CMYK 0 0.67 0.00 0.05
HSL 300.37º 0.85% 0.63% -
HSV(B) 300.37º 0.67% 0.95% -
XYZ 54.8 30.58 85.45 -
YUV 145.79 181.17 195.91 -
System Red Green Blue C M Y K H S L
Decimal 241 79 240 0 0.67 0.00 0.05 300.37 0.85 0.63
Hex F1 4F F0 0 43 0 5 12C 55 3F
Octal 361 117 360 0 103 0 5 454 125 77
Binary 11110001 1001111 11110000 0 1000011 0 101 100101100 1010101 111111

Color Harmonies of #F14FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14FF0

Black with #F14FF0

Text Example


Text Example

White with #F14FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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