Html Css Color HEX #F043FD Pink Flamingo

📋 copy color: '#F043FD'

red 240 ◦ green 67 ◦ blue 253

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

Shades of Pink Flamingo #F043FD

Tints of Pink Flamingo #F043FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.18%

R = 42.86%
G = 11.96%
B = 45.18%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F043FD (or 0xF043FD) is known color: Pink Flamingo. HEX triplet: F0, 43 and FD. RGB value is (240,67,253). Sum of RGB (Red+Green+Blue) = 240+67+253=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 67 (26.56% from 255 or 11.96% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #F043FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F043FD is #0FBC02. Grayscale: #8B8B8B. Windows color (decimal): -1031171 or 16598000. OLE color: 16598000.

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

Color convert

RGB 240 67 253 -
CMYK 0.05 0.74 0 0.01
HSL 295.81º 0.98% 0.63% -
HSV(B) 295.81º 0.74% 0.99% -
XYZ 55.67 29.63 95.71 -
YUV 139.93 191.81 199.38 -
System Red Green Blue C M Y K H S L
Decimal 240 67 253 0.05 0.74 0 0.01 295.81 0.98 0.63
Hex F0 43 FD 5 4A 0 1 128 62 3F
Octal 360 103 375 5 112 0 1 450 142 77
Binary 11110000 1000011 11111101 101 1001010 0 1 100101000 1100010 111111

Color Harmonies of #F043FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F043FD

Black with #F043FD

Text Example


Text Example

White with #F043FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F043FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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