Html Css Color HEX #F63FFC Pink Flamingo

📋 copy color: '#F63FFC'

red 246 ◦ green 63 ◦ blue 252

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

Shades of Pink Flamingo #F63FFC

Tints of Pink Flamingo #F63FFC

RGB

 RED value IS 246 (96.48% from 255) = 43.85%

 GREEN value IS 63 (25% from 255) = 11.23%

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

R = 43.85%
G = 11.23%
B = 44.92%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F63FFC (or 0xF63FFC) is known color: Pink Flamingo. HEX triplet: F6, 3F and FC. RGB value is (246,63,252). Sum of RGB (Red+Green+Blue) = 246+63+252=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 63 (25% from 255 or 11.23% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #F63FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F63FFC is #09C003. Grayscale: #8A8A8A. Windows color (decimal): -638980 or 16531446. OLE color: 16531446.

HSL color Cylindrical-coordinate representation of color #F63FFC: hue angle of 298.1º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63FFC is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 63 252 -
CMYK 0.02 0.75 0 0.01
HSL 298.1º 0.97% 0.62% -
HSV(B) 298.1º 0.75% 0.99% -
XYZ 57.35 30.18 94.9 -
YUV 139.26 191.63 204.13 -
System Red Green Blue C M Y K H S L
Decimal 246 63 252 0.02 0.75 0 0.01 298.1 0.97 0.62
Hex F6 3F FC 2 4B 0 1 12A 61 3E
Octal 366 77 374 2 113 0 1 452 141 76
Binary 11110110 111111 11111100 10 1001011 0 1 100101010 1100001 111110

Color Harmonies of #F63FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63FFC

Black with #F63FFC

Text Example


Text Example

White with #F63FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63FFC; }

 p { color: rgb(246,63,252); }

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

background-color css

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

 a { background-color: rgb(246,63,252); }

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

border-color css

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

 span { border-color: rgb(246,63,252); }

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