Html Css Color HEX #F037FF Pink Flamingo

📋 copy color: '#F037FF'

red 240 ◦ green 55 ◦ blue 255

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

Shades of Pink Flamingo #F037FF

Tints of Pink Flamingo #F037FF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10%

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

R = 43.64%
G = 10%
B = 46.36%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F037FF (or 0xF037FF) is known color: Pink Flamingo. HEX triplet: F0, 37 and FF. RGB value is (240,55,255). Sum of RGB (Red+Green+Blue) = 240+55+255=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 55 (21.88% from 255 or 10% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #F037FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F037FF is #0FC800. Grayscale: #848484. Windows color (decimal): -1034241 or 16726000. OLE color: 16726000.

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

Color convert

RGB 240 55 255 -
CMYK 0.06 0.78 0 0
HSL 295.5º 1% 0.61% -
HSV(B) 295.5º 0.78% 1% -
XYZ 55.35 28.48 97.19 -
YUV 133.12 196.79 204.24 -
System Red Green Blue C M Y K H S L
Decimal 240 55 255 0.06 0.78 0 0 295.5 1 0.61
Hex F0 37 FF 6 4E 0 0 128 64 3D
Octal 360 67 377 6 116 0 0 450 144 75
Binary 11110000 110111 11111111 110 1001110 0 0 100101000 1100100 111101

Color Harmonies of #F037FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F037FF

Black with #F037FF

Text Example


Text Example

White with #F037FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F037FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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