Html Css Color HEX #F038FB Pink Flamingo

📋 copy color: '#F038FB'

red 240 ◦ green 56 ◦ blue 251

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

Shades of Pink Flamingo #F038FB

Tints of Pink Flamingo #F038FB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.24%

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

R = 43.88%
G = 10.24%
B = 45.89%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F038FB (or 0xF038FB) is known color: Pink Flamingo. HEX triplet: F0, 38 and FB. RGB value is (240,56,251). Sum of RGB (Red+Green+Blue) = 240+56+251=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 56 (22.27% from 255 or 10.24% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #F038FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F038FB is #0FC704. Grayscale: #848484. Windows color (decimal): -1033989 or 16464112. OLE color: 16464112.

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

Color convert

RGB 240 56 251 -
CMYK 0.04 0.78 0 0.02
HSL 296.62º 0.96% 0.6% -
HSV(B) 296.62º 0.78% 0.98% -
XYZ 54.76 28.32 93.85 -
YUV 133.25 194.46 204.14 -
System Red Green Blue C M Y K H S L
Decimal 240 56 251 0.04 0.78 0 0.02 296.62 0.96 0.6
Hex F0 38 FB 4 4E 0 2 129 60 3C
Octal 360 70 373 4 116 0 2 451 140 74
Binary 11110000 111000 11111011 100 1001110 0 10 100101001 1100000 111100

Color Harmonies of #F038FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F038FB

Black with #F038FB

Text Example


Text Example

White with #F038FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F038FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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