Html Css Color HEX #F063FC Pink Flamingo

📋 copy color: '#F063FC'

red 240 ◦ green 99 ◦ blue 252

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

Shades of Pink Flamingo #F063FC

Tints of Pink Flamingo #F063FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.64%

R = 40.61%
G = 16.75%
B = 42.64%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F063FC (or 0xF063FC) is known color: Pink Flamingo. HEX triplet: F0, 63 and FC. RGB value is (240,99,252). Sum of RGB (Red+Green+Blue) = 240+99+252=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 99 (39.06% from 255 or 16.75% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #F063FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F063FC is #0F9C03. Grayscale: #9E9E9E. Windows color (decimal): -1022980 or 16540656. OLE color: 16540656.

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

Color convert

RGB 240 99 252 -
CMYK 0.05 0.61 0 0.01
HSL 295.29º 0.96% 0.69% -
HSV(B) 295.29º 0.61% 0.99% -
XYZ 57.97 34.48 95.69 -
YUV 158.6 180.71 186.06 -
System Red Green Blue C M Y K H S L
Decimal 240 99 252 0.05 0.61 0 0.01 295.29 0.96 0.69
Hex F0 63 FC 5 3D 0 1 127 60 45
Octal 360 143 374 5 75 0 1 447 140 105
Binary 11110000 1100011 11111100 101 111101 0 1 100100111 1100000 1000101

Color Harmonies of #F063FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063FC

Black with #F063FC

Text Example


Text Example

White with #F063FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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