Html Css Color HEX #F340FF Pink Flamingo

📋 copy color: '#F340FF'

red 243 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #F340FF

Tints of Pink Flamingo #F340FF

RGB

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

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

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

R = 43.24%
G = 11.39%
B = 45.37%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F340FF (or 0xF340FF) is known color: Pink Flamingo. HEX triplet: F3, 40 and FF. RGB value is (243,64,255). Sum of RGB (Red+Green+Blue) = 243+64+255=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 64 (25.39% from 255 or 11.39% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #F340FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F340FF is #0CBF00. Grayscale: #8A8A8A. Windows color (decimal): -835329 or 16728307. OLE color: 16728307.

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

Color convert

RGB 243 64 255 -
CMYK 0.05 0.75 0 0
HSL 296.23º 1% 0.63% -
HSV(B) 296.23º 0.75% 1% -
XYZ 56.85 29.94 97.39 -
YUV 139.3 193.3 201.97 -
System Red Green Blue C M Y K H S L
Decimal 243 64 255 0.05 0.75 0 0 296.23 1 0.63
Hex F3 40 FF 5 4B 0 0 128 64 3F
Octal 363 100 377 5 113 0 0 450 144 77
Binary 11110011 1000000 11111111 101 1001011 0 0 100101000 1100100 111111

Color Harmonies of #F340FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F340FF

Black with #F340FF

Text Example


Text Example

White with #F340FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F340FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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