Html Css Color HEX #F348FA Pink Flamingo

📋 copy color: '#F348FA'

red 243 ◦ green 72 ◦ blue 250

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

Shades of Pink Flamingo #F348FA

Tints of Pink Flamingo #F348FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 43.01%
G = 12.74%
B = 44.25%

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

#F348FA (or 0xF348FA) is known color: Pink Flamingo. HEX triplet: F3, 48 and FA. RGB value is (243,72,250). Sum of RGB (Red+Green+Blue) = 243+72+250=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 72 (28.52% from 255 or 12.74% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #F348FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F348FA is #0CB705. Grayscale: #8E8E8E. Windows color (decimal): -833286 or 16402675. OLE color: 16402675.

HSL color Cylindrical-coordinate representation of color #F348FA: hue angle of 297.64º degrees, saturation: 0.95, 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 #F348FA is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 72 250 -
CMYK 0.03 0.71 0 0.02
HSL 297.64º 0.95% 0.63% -
HSV(B) 297.64º 0.71% 0.98% -
XYZ 56.53 30.59 93.37 -
YUV 143.42 188.15 199.03 -
System Red Green Blue C M Y K H S L
Decimal 243 72 250 0.03 0.71 0 0.02 297.64 0.95 0.63
Hex F3 48 FA 3 47 0 2 12A 5F 3F
Octal 363 110 372 3 107 0 2 452 137 77
Binary 11110011 1001000 11111010 11 1000111 0 10 100101010 1011111 111111

Color Harmonies of #F348FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F348FA

Black with #F348FA

Text Example


Text Example

White with #F348FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F348FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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