Html Css Color HEX #F063FF Pink Flamingo

📋 copy color: '#F063FF'

red 240 ◦ green 99 ◦ blue 255

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

Shades of Pink Flamingo #F063FF

Tints of Pink Flamingo #F063FF

RGB

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

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

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

R = 40.4%
G = 16.67%
B = 42.93%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F063FF (or 0xF063FF) is known color: Pink Flamingo. HEX triplet: F0, 63 and FF. RGB value is (240,99,255). Sum of RGB (Red+Green+Blue) = 240+99+255=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 99 (39.06% from 255 or 16.67% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #F063FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F063FF is #0F9C00. Grayscale: #9E9E9E. Windows color (decimal): -1022977 or 16737264. OLE color: 16737264.

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

Color convert

RGB 240 99 255 -
CMYK 0.06 0.61 0 0
HSL 294.23º 1% 0.69% -
HSV(B) 294.23º 0.61% 1% -
XYZ 58.45 34.67 98.22 -
YUV 158.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 240 99 255 0.06 0.61 0 0 294.23 1 0.69
Hex F0 63 FF 6 3D 0 0 126 64 45
Octal 360 143 377 6 75 0 0 446 144 105
Binary 11110000 1100011 11111111 110 111101 0 0 100100110 1100100 1000101

Color Harmonies of #F063FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063FF

Black with #F063FF

Text Example


Text Example

White with #F063FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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