Html Css Color HEX #F03FFE Pink Flamingo

📋 copy color: '#F03FFE'

red 240 ◦ green 63 ◦ blue 254

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

Shades of Pink Flamingo #F03FFE

Tints of Pink Flamingo #F03FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 43.09%
G = 11.31%
B = 45.6%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F03FFE (or 0xF03FFE) is known color: Pink Flamingo. HEX triplet: F0, 3F and FE. RGB value is (240,63,254). Sum of RGB (Red+Green+Blue) = 240+63+254=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 63 (25% from 255 or 11.31% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #F03FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03FFE is #0FC001. Grayscale: #898989. Windows color (decimal): -1032194 or 16662512. OLE color: 16662512.

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

Color convert

RGB 240 63 254 -
CMYK 0.06 0.75 0 0.00
HSL 295.6º 0.99% 0.62% -
HSV(B) 295.6º 0.75% 1% -
XYZ 55.6 29.24 96.48 -
YUV 137.7 193.64 200.97 -
System Red Green Blue C M Y K H S L
Decimal 240 63 254 0.06 0.75 0 0.00 295.6 0.99 0.62
Hex F0 3F FE 6 4B 0 0 128 63 3E
Octal 360 77 376 6 113 0 0 450 143 76
Binary 11110000 111111 11111110 110 1001011 0 0 100101000 1100011 111110

Color Harmonies of #F03FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03FFE

Black with #F03FFE

Text Example


Text Example

White with #F03FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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