Html Css Color HEX #F348FB Pink Flamingo

📋 copy color: '#F348FB'

red 243 ◦ green 72 ◦ blue 251

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

Shades of Pink Flamingo #F348FB

Tints of Pink Flamingo #F348FB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.72%

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

R = 42.93%
G = 12.72%
B = 44.35%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F348FB (or 0xF348FB) is known color: Pink Flamingo. HEX triplet: F3, 48 and FB. RGB value is (243,72,251). Sum of RGB (Red+Green+Blue) = 243+72+251=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 72 (28.52% from 255 or 12.72% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #F348FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F348FB is #0CB704. Grayscale: #8E8E8E. Windows color (decimal): -833285 or 16468211. OLE color: 16468211.

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

Color convert

RGB 243 72 251 -
CMYK 0.03 0.71 0 0.02
HSL 297.32º 0.96% 0.63% -
HSV(B) 297.32º 0.71% 0.98% -
XYZ 56.69 30.65 94.2 -
YUV 143.54 188.65 198.95 -
System Red Green Blue C M Y K H S L
Decimal 243 72 251 0.03 0.71 0 0.02 297.32 0.96 0.63
Hex F3 48 FB 3 47 0 2 129 60 3F
Octal 363 110 373 3 107 0 2 451 140 77
Binary 11110011 1001000 11111011 11 1000111 0 10 100101001 1100000 111111

Color Harmonies of #F348FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F348FB

Black with #F348FB

Text Example


Text Example

White with #F348FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F348FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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