Html Css Color HEX #FA53F3 Pink Flamingo

📋 copy color: '#FA53F3'

red 250 ◦ green 83 ◦ blue 243

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

Shades of Pink Flamingo #FA53F3

Tints of Pink Flamingo #FA53F3

RGB

 RED value IS 250 (98.05% from 255) = 43.4%

 GREEN value IS 83 (32.81% from 255) = 14.41%

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

R = 43.4%
G = 14.41%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA53F3 (or 0xFA53F3) is known color: Pink Flamingo. HEX triplet: FA, 53 and F3. RGB value is (250,83,243). Sum of RGB (Red+Green+Blue) = 250+83+243=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 83 (32.81% from 255 or 14.41% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA53F3 is #05AC0C. Grayscale: #969696. Windows color (decimal): -371725 or 15946746. OLE color: 15946746.

HSL color Cylindrical-coordinate representation of color #FA53F3: hue angle of 302.51º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA53F3 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 83 243 -
CMYK 0 0.67 0.03 0.02
HSL 302.52º 0.94% 0.65% -
HSV(B) 302.52º 0.67% 0.98% -
XYZ 58.7 32.98 88.07 -
YUV 151.17 179.83 198.49 -
System Red Green Blue C M Y K H S L
Decimal 250 83 243 0 0.67 0.03 0.02 302.52 0.94 0.65
Hex FA 53 F3 0 43 3 2 12F 5E 41
Octal 372 123 363 0 103 3 2 457 136 101
Binary 11111010 1010011 11110011 0 1000011 11 10 100101111 1011110 1000001

Color Harmonies of #FA53F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA53F3

Black with #FA53F3

Text Example


Text Example

White with #FA53F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA53F3; }

 p { color: rgb(250,83,243); }

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

background-color css

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

 a { background-color: rgb(250,83,243); }

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

border-color css

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

 span { border-color: rgb(250,83,243); }

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