Html Css Color HEX #F349FE Pink Flamingo

📋 copy color: '#F349FE'

red 243 ◦ green 73 ◦ blue 254

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

Shades of Pink Flamingo #F349FE

Tints of Pink Flamingo #F349FE

RGB

 RED value IS 243 (95.31% from 255) = 42.63%

 GREEN value IS 73 (28.91% from 255) = 12.81%

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 42.63%
G = 12.81%
B = 44.56%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F349FE (or 0xF349FE) is known color: Pink Flamingo. HEX triplet: F3, 49 and FE. RGB value is (243,73,254). Sum of RGB (Red+Green+Blue) = 243+73+254=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 73 (28.91% from 255 or 12.81% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #F349FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F349FE is #0CB601. Grayscale: #8F8F8F. Windows color (decimal): -833026 or 16665075. OLE color: 16665075.

HSL color Cylindrical-coordinate representation of color #F349FE: hue angle of 296.35º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F349FE is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 243 73 254 -
CMYK 0.04 0.71 0 0.00
HSL 296.35º 0.99% 0.64% -
HSV(B) 296.35º 0.71% 1% -
XYZ 57.23 30.98 96.73 -
YUV 144.46 189.82 198.28 -
System Red Green Blue C M Y K H S L
Decimal 243 73 254 0.04 0.71 0 0.00 296.35 0.99 0.64
Hex F3 49 FE 4 47 0 0 128 63 40
Octal 363 111 376 4 107 0 0 450 143 100
Binary 11110011 1001001 11111110 100 1000111 0 0 100101000 1100011 1000000

Color Harmonies of #F349FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F349FE

Black with #F349FE

Text Example


Text Example

White with #F349FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F349FE; }

 p { color: rgb(243,73,254); }

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

background-color css

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

 a { background-color: rgb(243,73,254); }

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

border-color css

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

 span { border-color: rgb(243,73,254); }

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