Html Css Color HEX #F34BFB Pink Flamingo

📋 copy color: '#F34BFB'

red 243 ◦ green 75 ◦ blue 251

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

Shades of Pink Flamingo #F34BFB

Tints of Pink Flamingo #F34BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.18%

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

R = 42.71%
G = 13.18%
B = 44.11%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F34BFB (or 0xF34BFB) is known color: Pink Flamingo. HEX triplet: F3, 4B and FB. RGB value is (243,75,251). Sum of RGB (Red+Green+Blue) = 243+75+251=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 75 (29.69% from 255 or 13.18% 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 #F34BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34BFB is #0CB404. Grayscale: #909090. Windows color (decimal): -832517 or 16468979. OLE color: 16468979.

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

Color convert

RGB 243 75 251 -
CMYK 0.03 0.70 0 0.02
HSL 297.27º 0.96% 0.64% -
HSV(B) 297.27º 0.7% 0.98% -
XYZ 56.89 31.05 94.26 -
YUV 145.3 187.66 197.69 -
System Red Green Blue C M Y K H S L
Decimal 243 75 251 0.03 0.70 0 0.02 297.27 0.96 0.64
Hex F3 4B FB 3 46 0 2 129 60 40
Octal 363 113 373 3 106 0 2 451 140 100
Binary 11110011 1001011 11111011 11 1000110 0 10 100101001 1100000 1000000

Color Harmonies of #F34BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34BFB

Black with #F34BFB

Text Example


Text Example

White with #F34BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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