Html Css Color HEX #F03DFB Pink Flamingo

📋 copy color: '#F03DFB'

red 240 ◦ green 61 ◦ blue 251

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

Shades of Pink Flamingo #F03DFB

Tints of Pink Flamingo #F03DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.05%

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

R = 43.48%
G = 11.05%
B = 45.47%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F03DFB (or 0xF03DFB) is known color: Pink Flamingo. HEX triplet: F0, 3D and FB. RGB value is (240,61,251). Sum of RGB (Red+Green+Blue) = 240+61+251=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 61 (24.22% from 255 or 11.05% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #F03DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03DFB is #0FC204. Grayscale: #878787. Windows color (decimal): -1032709 or 16465392. OLE color: 16465392.

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

Color convert

RGB 240 61 251 -
CMYK 0.04 0.76 0 0.02
HSL 296.53º 0.96% 0.61% -
HSV(B) 296.53º 0.76% 0.98% -
XYZ 55.02 28.83 93.93 -
YUV 136.18 192.8 202.05 -
System Red Green Blue C M Y K H S L
Decimal 240 61 251 0.04 0.76 0 0.02 296.53 0.96 0.61
Hex F0 3D FB 4 4C 0 2 129 60 3D
Octal 360 75 373 4 114 0 2 451 140 75
Binary 11110000 111101 11111011 100 1001100 0 10 100101001 1100000 111101

Color Harmonies of #F03DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03DFB

Black with #F03DFB

Text Example


Text Example

White with #F03DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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