Html Css Color HEX #F03FFA Pink Flamingo

📋 copy color: '#F03FFA'

red 240 ◦ green 63 ◦ blue 250

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

Shades of Pink Flamingo #F03FFA

Tints of Pink Flamingo #F03FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.21%

R = 43.4%
G = 11.39%
B = 45.21%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F03FFA (or 0xF03FFA) is known color: Pink Flamingo. HEX triplet: F0, 3F and FA. RGB value is (240,63,250). Sum of RGB (Red+Green+Blue) = 240+63+250=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 63 (25% from 255 or 11.39% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #F03FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03FFA is #0FC005. Grayscale: #888888. Windows color (decimal): -1032198 or 16400368. OLE color: 16400368.

HSL color Cylindrical-coordinate representation of color #F03FFA: hue angle of 296.79º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03FFA is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 63 250 -
CMYK 0.04 0.75 0 0.02
HSL 296.79º 0.95% 0.61% -
HSV(B) 296.79º 0.75% 0.98% -
XYZ 54.97 28.98 93.14 -
YUV 137.24 191.64 201.29 -
System Red Green Blue C M Y K H S L
Decimal 240 63 250 0.04 0.75 0 0.02 296.79 0.95 0.61
Hex F0 3F FA 4 4B 0 2 129 5F 3D
Octal 360 77 372 4 113 0 2 451 137 75
Binary 11110000 111111 11111010 100 1001011 0 10 100101001 1011111 111101

Color Harmonies of #F03FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03FFA

Black with #F03FFA

Text Example


Text Example

White with #F03FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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