Html Css Color HEX #F360ED Pink Flamingo

📋 copy color: '#F360ED'

red 243 ◦ green 96 ◦ blue 237

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

Shades of Pink Flamingo #F360ED

Tints of Pink Flamingo #F360ED

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.67%

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

R = 42.19%
G = 16.67%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F360ED (or 0xF360ED) is known color: Pink Flamingo. HEX triplet: F3, 60 and ED. RGB value is (243,96,237). Sum of RGB (Red+Green+Blue) = 243+96+237=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 96 (37.89% from 255 or 16.67% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F360ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F360ED is #0C9F12. Grayscale: #9B9B9B. Windows color (decimal): -827155 or 15556851. OLE color: 15556851.

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

Color convert

RGB 243 96 237 -
CMYK 0 0.60 0.02 0.05
HSL 302.45º 0.86% 0.66% -
HSV(B) 302.45º 0.6% 0.95% -
XYZ 56.43 33.53 83.62 -
YUV 156.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 243 96 237 0 0.60 0.02 0.05 302.45 0.86 0.66
Hex F3 60 ED 0 3C 2 5 12E 56 42
Octal 363 140 355 0 74 2 5 456 126 102
Binary 11110011 1100000 11101101 0 111100 10 101 100101110 1010110 1000010

Color Harmonies of #F360ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F360ED

Black with #F360ED

Text Example


Text Example

White with #F360ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F360ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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