Html Css Color HEX #F063FA Pink Flamingo

📋 copy color: '#F063FA'

red 240 ◦ green 99 ◦ blue 250

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

Shades of Pink Flamingo #F063FA

Tints of Pink Flamingo #F063FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 40.75%
G = 16.81%
B = 42.44%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F063FA (or 0xF063FA) is known color: Pink Flamingo. HEX triplet: F0, 63 and FA. RGB value is (240,99,250). Sum of RGB (Red+Green+Blue) = 240+99+250=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 99 (39.06% from 255 or 16.81% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #F063FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F063FA is #0F9C05. Grayscale: #9D9D9D. Windows color (decimal): -1022982 or 16409584. OLE color: 16409584.

HSL color Cylindrical-coordinate representation of color #F063FA: hue angle of 296.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F063FA is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 99 250 -
CMYK 0.04 0.60 0 0.02
HSL 296.03º 0.94% 0.68% -
HSV(B) 296.03º 0.6% 0.98% -
XYZ 57.65 34.35 94.03 -
YUV 158.37 179.71 186.22 -
System Red Green Blue C M Y K H S L
Decimal 240 99 250 0.04 0.60 0 0.02 296.03 0.94 0.68
Hex F0 63 FA 4 3C 0 2 128 5E 44
Octal 360 143 372 4 74 0 2 450 136 104
Binary 11110000 1100011 11111010 100 111100 0 10 100101000 1011110 1000100

Color Harmonies of #F063FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063FA

Black with #F063FA

Text Example


Text Example

White with #F063FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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