Html Css Color HEX #F34FFB Pink Flamingo

📋 copy color: '#F34FFB'

red 243 ◦ green 79 ◦ blue 251

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

Shades of Pink Flamingo #F34FFB

Tints of Pink Flamingo #F34FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.79%

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

R = 42.41%
G = 13.79%
B = 43.8%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F34FFB (or 0xF34FFB) is known color: Pink Flamingo. HEX triplet: F3, 4F and FB. RGB value is (243,79,251). Sum of RGB (Red+Green+Blue) = 243+79+251=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 79 (31.25% from 255 or 13.79% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #F34FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F34FFB is #0CB004. Grayscale: #939393. Windows color (decimal): -831493 or 16470003. OLE color: 16470003.

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

Color convert

RGB 243 79 251 -
CMYK 0.03 0.69 0 0.02
HSL 297.21º 0.96% 0.65% -
HSV(B) 297.21º 0.69% 0.98% -
XYZ 57.17 31.61 94.36 -
YUV 147.64 186.33 196.01 -
System Red Green Blue C M Y K H S L
Decimal 243 79 251 0.03 0.69 0 0.02 297.21 0.96 0.65
Hex F3 4F FB 3 45 0 2 129 60 41
Octal 363 117 373 3 105 0 2 451 140 101
Binary 11110011 1001111 11111011 11 1000101 0 10 100101001 1100000 1000001

Color Harmonies of #F34FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34FFB

Black with #F34FFB

Text Example


Text Example

White with #F34FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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