Html Css Color HEX #F03FFB Pink Flamingo

📋 copy color: '#F03FFB'

red 240 ◦ green 63 ◦ blue 251

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

Shades of Pink Flamingo #F03FFB

Tints of Pink Flamingo #F03FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 43.32%
G = 11.37%
B = 45.31%

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

#F03FFB (or 0xF03FFB) is known color: Pink Flamingo. HEX triplet: F0, 3F and FB. RGB value is (240,63,251). Sum of RGB (Red+Green+Blue) = 240+63+251=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 63 (25% from 255 or 11.37% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #F03FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03FFB is #0FC004. Grayscale: #888888. Windows color (decimal): -1032197 or 16465904. OLE color: 16465904.

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

Color convert

RGB 240 63 251 -
CMYK 0.04 0.75 0 0.02
HSL 296.49º 0.96% 0.62% -
HSV(B) 296.49º 0.75% 0.98% -
XYZ 55.13 29.05 93.97 -
YUV 137.36 192.14 201.21 -
System Red Green Blue C M Y K H S L
Decimal 240 63 251 0.04 0.75 0 0.02 296.49 0.96 0.62
Hex F0 3F FB 4 4B 0 2 128 60 3E
Octal 360 77 373 4 113 0 2 450 140 76
Binary 11110000 111111 11111011 100 1001011 0 10 100101000 1100000 111110

Color Harmonies of #F03FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03FFB

Black with #F03FFB

Text Example


Text Example

White with #F03FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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