Html Css Color HEX #F043FF Pink Flamingo

📋 copy color: '#F043FF'

red 240 ◦ green 67 ◦ blue 255

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

Shades of Pink Flamingo #F043FF

Tints of Pink Flamingo #F043FF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 11.92%

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

R = 42.7%
G = 11.92%
B = 45.37%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F043FF (or 0xF043FF) is known color: Pink Flamingo. HEX triplet: F0, 43 and FF. RGB value is (240,67,255). Sum of RGB (Red+Green+Blue) = 240+67+255=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 67 (26.56% from 255 or 11.92% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #F043FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F043FF is #0FBC00. Grayscale: #8B8B8B. Windows color (decimal): -1031169 or 16729072. OLE color: 16729072.

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

Color convert

RGB 240 67 255 -
CMYK 0.06 0.74 0 0
HSL 295.21º 1% 0.63% -
HSV(B) 295.21º 0.74% 1% -
XYZ 55.99 29.76 97.4 -
YUV 140.16 192.81 199.21 -
System Red Green Blue C M Y K H S L
Decimal 240 67 255 0.06 0.74 0 0 295.21 1 0.63
Hex F0 43 FF 6 4A 0 0 127 64 3F
Octal 360 103 377 6 112 0 0 447 144 77
Binary 11110000 1000011 11111111 110 1001010 0 0 100100111 1100100 111111

Color Harmonies of #F043FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F043FF

Black with #F043FF

Text Example


Text Example

White with #F043FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F043FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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