Html Css Color HEX #F364ED Pink Flamingo

📋 copy color: '#F364ED'

red 243 ◦ green 100 ◦ blue 237

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

Shades of Pink Flamingo #F364ED

Tints of Pink Flamingo #F364ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 41.9%
G = 17.24%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F364ED (or 0xF364ED) is known color: Pink Flamingo. HEX triplet: F3, 64 and ED. RGB value is (243,100,237). Sum of RGB (Red+Green+Blue) = 243+100+237=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 100 (39.45% from 255 or 17.24% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F364ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F364ED is #0C9B12. Grayscale: #9D9D9D. Windows color (decimal): -826131 or 15557875. OLE color: 15557875.

HSL color Cylindrical-coordinate representation of color #F364ED: hue angle of 302.52º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F364ED is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 100 237 -
CMYK 0 0.59 0.02 0.05
HSL 302.52º 0.86% 0.67% -
HSV(B) 302.52º 0.59% 0.95% -
XYZ 56.81 34.28 83.74 -
YUV 158.38 172.38 188.36 -
System Red Green Blue C M Y K H S L
Decimal 243 100 237 0 0.59 0.02 0.05 302.52 0.86 0.67
Hex F3 64 ED 0 3B 2 5 12F 56 43
Octal 363 144 355 0 73 2 5 457 126 103
Binary 11110011 1100100 11101101 0 111011 10 101 100101111 1010110 1000011

Color Harmonies of #F364ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F364ED

Black with #F364ED

Text Example


Text Example

White with #F364ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F364ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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