Html Css Color HEX #F03FFF Pink Flamingo

📋 copy color: '#F03FFF'

red 240 ◦ green 63 ◦ blue 255

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

Shades of Pink Flamingo #F03FFF

Tints of Pink Flamingo #F03FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.7%

R = 43.01%
G = 11.29%
B = 45.7%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F03FFF (or 0xF03FFF) is known color: Pink Flamingo. HEX triplet: F0, 3F and FF. RGB value is (240,63,255). Sum of RGB (Red+Green+Blue) = 240+63+255=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 63 (25% from 255 or 11.29% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #F03FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03FFF is #0FC000. Grayscale: #898989. Windows color (decimal): -1032193 or 16728048. OLE color: 16728048.

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

Color convert

RGB 240 63 255 -
CMYK 0.06 0.75 0 0
HSL 295.31º 1% 0.62% -
HSV(B) 295.31º 0.75% 1% -
XYZ 55.76 29.3 97.32 -
YUV 137.81 194.14 200.89 -
System Red Green Blue C M Y K H S L
Decimal 240 63 255 0.06 0.75 0 0 295.31 1 0.62
Hex F0 3F FF 6 4B 0 0 127 64 3E
Octal 360 77 377 6 113 0 0 447 144 76
Binary 11110000 111111 11111111 110 1001011 0 0 100100111 1100100 111110

Color Harmonies of #F03FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03FFF

Black with #F03FFF

Text Example


Text Example

White with #F03FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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