Html Css Color HEX #F03FFC Pink Flamingo

📋 copy color: '#F03FFC'

red 240 ◦ green 63 ◦ blue 252

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

Shades of Pink Flamingo #F03FFC

Tints of Pink Flamingo #F03FFC

RGB

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

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

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

R = 43.24%
G = 11.35%
B = 45.41%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F03FFC (or 0xF03FFC) is known color: Pink Flamingo. HEX triplet: F0, 3F and FC. RGB value is (240,63,252). Sum of RGB (Red+Green+Blue) = 240+63+252=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 63 (25% from 255 or 11.35% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #F03FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03FFC is #0FC003. Grayscale: #888888. Windows color (decimal): -1032196 or 16531440. OLE color: 16531440.

HSL color Cylindrical-coordinate representation of color #F03FFC: hue angle of 296.19º 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 #F03FFC is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 63 252 -
CMYK 0.05 0.75 0 0.01
HSL 296.19º 0.97% 0.62% -
HSV(B) 296.19º 0.75% 0.99% -
XYZ 55.28 29.11 94.8 -
YUV 137.47 192.64 201.13 -
System Red Green Blue C M Y K H S L
Decimal 240 63 252 0.05 0.75 0 0.01 296.19 0.97 0.62
Hex F0 3F FC 5 4B 0 1 128 61 3E
Octal 360 77 374 5 113 0 1 450 141 76
Binary 11110000 111111 11111100 101 1001011 0 1 100101000 1100001 111110

Color Harmonies of #F03FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03FFC

Black with #F03FFC

Text Example


Text Example

White with #F03FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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