Html Css Color HEX #F03FFD Pink Flamingo

📋 copy color: '#F03FFD'

red 240 ◦ green 63 ◦ blue 253

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

Shades of Pink Flamingo #F03FFD

Tints of Pink Flamingo #F03FFD

RGB

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

 GREEN value IS 63 (25% from 255) = 11.33%

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

R = 43.17%
G = 11.33%
B = 45.5%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F03FFD (or 0xF03FFD) is known color: Pink Flamingo. HEX triplet: F0, 3F and FD. RGB value is (240,63,253). Sum of RGB (Red+Green+Blue) = 240+63+253=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 63 (25% from 255 or 11.33% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #F03FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03FFD is #0FC002. Grayscale: #898989. Windows color (decimal): -1032195 or 16596976. OLE color: 16596976.

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

Color convert

RGB 240 63 253 -
CMYK 0.05 0.75 0 0.01
HSL 295.89º 0.98% 0.62% -
HSV(B) 295.89º 0.75% 0.99% -
XYZ 55.44 29.17 95.64 -
YUV 137.58 193.14 201.05 -
System Red Green Blue C M Y K H S L
Decimal 240 63 253 0.05 0.75 0 0.01 295.89 0.98 0.62
Hex F0 3F FD 5 4B 0 1 128 62 3E
Octal 360 77 375 5 113 0 1 450 142 76
Binary 11110000 111111 11111101 101 1001011 0 1 100101000 1100010 111110

Color Harmonies of #F03FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03FFD

Black with #F03FFD

Text Example


Text Example

White with #F03FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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