Html Css Color HEX #F344FB Pink Flamingo

📋 copy color: '#F344FB'

red 243 ◦ green 68 ◦ blue 251

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

Shades of Pink Flamingo #F344FB

Tints of Pink Flamingo #F344FB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.1%

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

R = 43.24%
G = 12.1%
B = 44.66%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F344FB (or 0xF344FB) is known color: Pink Flamingo. HEX triplet: F3, 44 and FB. RGB value is (243,68,251). Sum of RGB (Red+Green+Blue) = 243+68+251=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 68 (26.95% from 255 or 12.10% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #F344FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F344FB is #0CBB04. Grayscale: #8C8C8C. Windows color (decimal): -834309 or 16467187. OLE color: 16467187.

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

Color convert

RGB 243 68 251 -
CMYK 0.03 0.73 0 0.02
HSL 297.38º 0.96% 0.63% -
HSV(B) 297.38º 0.73% 0.98% -
XYZ 56.44 30.15 94.11 -
YUV 141.19 189.98 200.62 -
System Red Green Blue C M Y K H S L
Decimal 243 68 251 0.03 0.73 0 0.02 297.38 0.96 0.63
Hex F3 44 FB 3 49 0 2 129 60 3F
Octal 363 104 373 3 111 0 2 451 140 77
Binary 11110011 1000100 11111011 11 1001001 0 10 100101001 1100000 111111

Color Harmonies of #F344FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F344FB

Black with #F344FB

Text Example


Text Example

White with #F344FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F344FB; }

 p { color: rgb(243,68,251); }

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

background-color css

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

 a { background-color: rgb(243,68,251); }

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

border-color css

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

 span { border-color: rgb(243,68,251); }

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