Html Css Color HEX #F348FF Pink Flamingo

📋 copy color: '#F348FF'

red 243 ◦ green 72 ◦ blue 255

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

Shades of Pink Flamingo #F348FF

Tints of Pink Flamingo #F348FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.74%

R = 42.63%
G = 12.63%
B = 44.74%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F348FF (or 0xF348FF) is known color: Pink Flamingo. HEX triplet: F3, 48 and FF. RGB value is (243,72,255). Sum of RGB (Red+Green+Blue) = 243+72+255=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 72 (28.52% from 255 or 12.63% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #F348FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F348FF is #0CB700. Grayscale: #8F8F8F. Windows color (decimal): -833281 or 16730355. OLE color: 16730355.

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

Color convert

RGB 243 72 255 -
CMYK 0.05 0.72 0 0
HSL 296.07º 1% 0.64% -
HSV(B) 296.07º 0.72% 1% -
XYZ 57.33 30.91 97.55 -
YUV 143.99 190.65 198.62 -
System Red Green Blue C M Y K H S L
Decimal 243 72 255 0.05 0.72 0 0 296.07 1 0.64
Hex F3 48 FF 5 48 0 0 128 64 40
Octal 363 110 377 5 110 0 0 450 144 100
Binary 11110011 1001000 11111111 101 1001000 0 0 100101000 1100100 1000000

Color Harmonies of #F348FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F348FF

Black with #F348FF

Text Example


Text Example

White with #F348FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F348FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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