Html Css Color HEX #F348FD Pink Flamingo

📋 copy color: '#F348FD'

red 243 ◦ green 72 ◦ blue 253

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

Shades of Pink Flamingo #F348FD

Tints of Pink Flamingo #F348FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.54%

R = 42.78%
G = 12.68%
B = 44.54%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F348FD (or 0xF348FD) is known color: Pink Flamingo. HEX triplet: F3, 48 and FD. RGB value is (243,72,253). Sum of RGB (Red+Green+Blue) = 243+72+253=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 72 (28.52% from 255 or 12.68% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #F348FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F348FD is #0CB702. Grayscale: #8F8F8F. Windows color (decimal): -833283 or 16599283. OLE color: 16599283.

HSL color Cylindrical-coordinate representation of color #F348FD: hue angle of 296.69º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F348FD is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 243 72 253 -
CMYK 0.04 0.72 0 0.01
HSL 296.69º 0.98% 0.64% -
HSV(B) 296.69º 0.72% 0.99% -
XYZ 57.01 30.78 95.87 -
YUV 143.76 189.65 198.78 -
System Red Green Blue C M Y K H S L
Decimal 243 72 253 0.04 0.72 0 0.01 296.69 0.98 0.64
Hex F3 48 FD 4 48 0 1 129 62 40
Octal 363 110 375 4 110 0 1 451 142 100
Binary 11110011 1001000 11111101 100 1001000 0 1 100101001 1100010 1000000

Color Harmonies of #F348FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F348FD

Black with #F348FD

Text Example


Text Example

White with #F348FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F348FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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