Html Css Color HEX #F14CF3 Pink Flamingo

📋 copy color: '#F14CF3'

red 241 ◦ green 76 ◦ blue 243

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

Shades of Pink Flamingo #F14CF3

Tints of Pink Flamingo #F14CF3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.57%

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

R = 43.04%
G = 13.57%
B = 43.39%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F14CF3 (or 0xF14CF3) is known color: Pink Flamingo. HEX triplet: F1, 4C and F3. RGB value is (241,76,243). Sum of RGB (Red+Green+Blue) = 241+76+243=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 76 (30.08% from 255 or 13.57% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #F14CF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14CF3 is #0EB30C. Grayscale: #8F8F8F. Windows color (decimal): -963341 or 15944945. OLE color: 15944945.

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

Color convert

RGB 241 76 243 -
CMYK 0.01 0.69 0 0.05
HSL 299.28º 0.87% 0.63% -
HSV(B) 299.28º 0.69% 0.95% -
XYZ 55.04 30.34 87.75 -
YUV 144.37 183.66 196.92 -
System Red Green Blue C M Y K H S L
Decimal 241 76 243 0.01 0.69 0 0.05 299.28 0.87 0.63
Hex F1 4C F3 1 45 0 5 12B 57 3F
Octal 361 114 363 1 105 0 5 453 127 77
Binary 11110001 1001100 11110011 1 1000101 0 101 100101011 1010111 111111

Color Harmonies of #F14CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14CF3

Black with #F14CF3

Text Example


Text Example

White with #F14CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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