Html Css Color HEX #F340FA Pink Flamingo

📋 copy color: '#F340FA'

red 243 ◦ green 64 ◦ blue 250

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

Shades of Pink Flamingo #F340FA

Tints of Pink Flamingo #F340FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.49%

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

R = 43.63%
G = 11.49%
B = 44.88%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F340FA (or 0xF340FA) is known color: Pink Flamingo. HEX triplet: F3, 40 and FA. RGB value is (243,64,250). Sum of RGB (Red+Green+Blue) = 243+64+250=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 64 (25.39% from 255 or 11.49% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #F340FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F340FA is #0CBF05. Grayscale: #8A8A8A. Windows color (decimal): -835334 or 16400627. OLE color: 16400627.

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

Color convert

RGB 243 64 250 -
CMYK 0.03 0.74 0 0.02
HSL 297.74º 0.95% 0.62% -
HSV(B) 297.74º 0.74% 0.98% -
XYZ 56.05 29.62 93.21 -
YUV 138.73 190.8 202.38 -
System Red Green Blue C M Y K H S L
Decimal 243 64 250 0.03 0.74 0 0.02 297.74 0.95 0.62
Hex F3 40 FA 3 4A 0 2 12A 5F 3E
Octal 363 100 372 3 112 0 2 452 137 76
Binary 11110011 1000000 11111010 11 1001010 0 10 100101010 1011111 111110

Color Harmonies of #F340FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F340FA

Black with #F340FA

Text Example


Text Example

White with #F340FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F340FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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