Html Css Color HEX #FA53F0 Pink Flamingo

📋 copy color: '#FA53F0'

red 250 ◦ green 83 ◦ blue 240

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

Shades of Pink Flamingo #FA53F0

Tints of Pink Flamingo #FA53F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.88%

R = 43.63%
G = 14.49%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA53F0 (or 0xFA53F0) is known color: Pink Flamingo. HEX triplet: FA, 53 and F0. RGB value is (250,83,240). Sum of RGB (Red+Green+Blue) = 250+83+240=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 83 (32.81% from 255 or 14.49% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA53F0 is #05AC0F. Grayscale: #969696. Windows color (decimal): -371728 or 15750138. OLE color: 15750138.

HSL color Cylindrical-coordinate representation of color #FA53F0: hue angle of 303.59º 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 #FA53F0 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 83 240 -
CMYK 0 0.67 0.04 0.02
HSL 303.59º 0.94% 0.65% -
HSV(B) 303.59º 0.67% 0.98% -
XYZ 58.25 32.8 85.7 -
YUV 150.83 178.33 198.73 -
System Red Green Blue C M Y K H S L
Decimal 250 83 240 0 0.67 0.04 0.02 303.59 0.94 0.65
Hex FA 53 F0 0 43 4 2 130 5E 41
Octal 372 123 360 0 103 4 2 460 136 101
Binary 11111010 1010011 11110000 0 1000011 100 10 100110000 1011110 1000001

Color Harmonies of #FA53F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA53F0

Black with #FA53F0

Text Example


Text Example

White with #FA53F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA53F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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