Html Css Color HEX #F063ED Pink Flamingo

📋 copy color: '#F063ED'

red 240 ◦ green 99 ◦ blue 237

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

Shades of Pink Flamingo #F063ED

Tints of Pink Flamingo #F063ED

RGB

 RED value IS 240 (94.14% from 255) = 41.67%

 GREEN value IS 99 (39.06% from 255) = 17.19%

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

R = 41.67%
G = 17.19%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F063ED (or 0xF063ED) is known color: Pink Flamingo. HEX triplet: F0, 63 and ED. RGB value is (240,99,237). Sum of RGB (Red+Green+Blue) = 240+99+237=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 99 (39.06% from 255 or 17.19% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F063ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F063ED is #0F9C12. Grayscale: #9C9C9C. Windows color (decimal): -1022995 or 15557616. OLE color: 15557616.

HSL color Cylindrical-coordinate representation of color #F063ED: hue angle of 301.28º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F063ED is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 237 -
CMYK 0 0.59 0.01 0.06
HSL 301.28º 0.82% 0.66% -
HSV(B) 301.28º 0.59% 0.94% -
XYZ 55.68 33.56 83.66 -
YUV 156.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 240 99 237 0 0.59 0.01 0.06 301.28 0.82 0.66
Hex F0 63 ED 0 3B 1 6 12D 52 42
Octal 360 143 355 0 73 1 6 455 122 102
Binary 11110000 1100011 11101101 0 111011 1 110 100101101 1010010 1000010

Color Harmonies of #F063ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063ED

Black with #F063ED

Text Example


Text Example

White with #F063ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063ED; }

 p { color: rgb(240,99,237); }

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

background-color css

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

 a { background-color: rgb(240,99,237); }

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

border-color css

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

 span { border-color: rgb(240,99,237); }

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