Html Css Color HEX #F14DFB Pink Flamingo

📋 copy color: '#F14DFB'

red 241 ◦ green 77 ◦ blue 251

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

Shades of Pink Flamingo #F14DFB

Tints of Pink Flamingo #F14DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.53%

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 42.36%
G = 13.53%
B = 44.11%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F14DFB (or 0xF14DFB) is known color: Pink Flamingo. HEX triplet: F1, 4D and FB. RGB value is (241,77,251). Sum of RGB (Red+Green+Blue) = 241+77+251=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 77 (30.47% from 255 or 13.53% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #F14DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14DFB is #0EB204. Grayscale: #919191. Windows color (decimal): -963077 or 16469489. OLE color: 16469489.

HSL color Cylindrical-coordinate representation of color #F14DFB: hue angle of 296.55º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14DFB is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 77 251 -
CMYK 0.04 0.69 0 0.02
HSL 296.55º 0.96% 0.64% -
HSV(B) 296.55º 0.69% 0.98% -
XYZ 56.34 30.97 94.28 -
YUV 145.87 187.33 195.85 -
System Red Green Blue C M Y K H S L
Decimal 241 77 251 0.04 0.69 0 0.02 296.55 0.96 0.64
Hex F1 4D FB 4 45 0 2 129 60 40
Octal 361 115 373 4 105 0 2 451 140 100
Binary 11110001 1001101 11111011 100 1000101 0 10 100101001 1100000 1000000

Color Harmonies of #F14DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14DFB

Black with #F14DFB

Text Example


Text Example

White with #F14DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14DFB; }

 p { color: rgb(241,77,251); }

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

background-color css

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

 a { background-color: rgb(241,77,251); }

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

border-color css

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

 span { border-color: rgb(241,77,251); }

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