Html Css Color HEX #F364FE Pink Flamingo

📋 copy color: '#F364FE'

red 243 ◦ green 100 ◦ blue 254

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

Shades of Pink Flamingo #F364FE

Tints of Pink Flamingo #F364FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 16.75%

 BLUE value IS 254 (99.61% from 255) = 42.55%

R = 40.7%
G = 16.75%
B = 42.55%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F364FE (or 0xF364FE) is known color: Pink Flamingo. HEX triplet: F3, 64 and FE. RGB value is (243,100,254). Sum of RGB (Red+Green+Blue) = 243+100+254=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 100 (39.45% from 255 or 16.75% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #F364FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F364FE is #0C9B01. Grayscale: #9F9F9F. Windows color (decimal): -826114 or 16671987. OLE color: 16671987.

HSL color Cylindrical-coordinate representation of color #F364FE: hue angle of 295.71º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F364FE is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 243 100 254 -
CMYK 0.04 0.61 0 0.00
HSL 295.71º 0.99% 0.69% -
HSV(B) 295.71º 0.61% 1% -
XYZ 59.41 35.32 97.45 -
YUV 160.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 243 100 254 0.04 0.61 0 0.00 295.71 0.99 0.69
Hex F3 64 FE 4 3D 0 0 128 63 45
Octal 363 144 376 4 75 0 0 450 143 105
Binary 11110011 1100100 11111110 100 111101 0 0 100101000 1100011 1000101

Color Harmonies of #F364FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F364FE

Black with #F364FE

Text Example


Text Example

White with #F364FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F364FE; }

 p { color: rgb(243,100,254); }

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

background-color css

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

 a { background-color: rgb(243,100,254); }

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

border-color css

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

 span { border-color: rgb(243,100,254); }

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