Html Css Color HEX #F033FD Pink Flamingo

📋 copy color: '#F033FD'

red 240 ◦ green 51 ◦ blue 253

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

Shades of Pink Flamingo #F033FD

Tints of Pink Flamingo #F033FD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.38%

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

R = 44.12%
G = 9.38%
B = 46.51%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F033FD (or 0xF033FD) is known color: Pink Flamingo. HEX triplet: F0, 33 and FD. RGB value is (240,51,253). Sum of RGB (Red+Green+Blue) = 240+51+253=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 51 (20.31% from 255 or 9.38% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #F033FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F033FD is #0FCC02. Grayscale: #818181. Windows color (decimal): -1035267 or 16593904. OLE color: 16593904.

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

Color convert

RGB 240 51 253 -
CMYK 0.05 0.80 0 0.01
HSL 296.14º 0.98% 0.6% -
HSV(B) 296.14º 0.8% 0.99% -
XYZ 54.85 27.98 95.44 -
YUV 130.54 197.12 206.07 -
System Red Green Blue C M Y K H S L
Decimal 240 51 253 0.05 0.80 0 0.01 296.14 0.98 0.6
Hex F0 33 FD 5 50 0 1 128 62 3C
Octal 360 63 375 5 120 0 1 450 142 74
Binary 11110000 110011 11111101 101 1010000 0 1 100101000 1100010 111100

Color Harmonies of #F033FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F033FD

Black with #F033FD

Text Example


Text Example

White with #F033FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F033FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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