Html Css Color HEX #F53DF3 Pink Flamingo

📋 copy color: '#F53DF3'

red 245 ◦ green 61 ◦ blue 243

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

Shades of Pink Flamingo #F53DF3

Tints of Pink Flamingo #F53DF3

RGB

 RED value IS 245 (96.09% from 255) = 44.63%

 GREEN value IS 61 (24.22% from 255) = 11.11%

 BLUE value IS 243 (95.31% from 255) = 44.26%

R = 44.63%
G = 11.11%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F53DF3 (or 0xF53DF3) is known color: Pink Flamingo. HEX triplet: F5, 3D and F3. RGB value is (245,61,243). Sum of RGB (Red+Green+Blue) = 245+61+243=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 61 (24.22% from 255 or 11.11% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F53DF3 is #0AC20C. Grayscale: #888888. Windows color (decimal): -705037 or 15941109. OLE color: 15941109.

HSL color Cylindrical-coordinate representation of color #F53DF3: hue angle of 300.65º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53DF3 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 61 243 -
CMYK 0 0.75 0.01 0.04
HSL 300.65º 0.9% 0.6% -
HSV(B) 300.65º 0.75% 0.96% -
XYZ 55.5 29.22 87.51 -
YUV 136.76 187.96 205.2 -
System Red Green Blue C M Y K H S L
Decimal 245 61 243 0 0.75 0.01 0.04 300.65 0.9 0.6
Hex F5 3D F3 0 4B 1 4 12D 5A 3C
Octal 365 75 363 0 113 1 4 455 132 74
Binary 11110101 111101 11110011 0 1001011 1 100 100101101 1011010 111100

Color Harmonies of #F53DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53DF3

Black with #F53DF3

Text Example


Text Example

White with #F53DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53DF3; }

 p { color: rgb(245,61,243); }

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

background-color css

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

 a { background-color: rgb(245,61,243); }

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

border-color css

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

 span { border-color: rgb(245,61,243); }

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