Html Css Color HEX #FA3FFD Pink Flamingo

📋 copy color: '#FA3FFD'

red 250 ◦ green 63 ◦ blue 253

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

Shades of Pink Flamingo #FA3FFD

Tints of Pink Flamingo #FA3FFD

RGB

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

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

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

R = 44.17%
G = 11.13%
B = 44.7%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA3FFD (or 0xFA3FFD) is known color: Pink Flamingo. HEX triplet: FA, 3F and FD. RGB value is (250,63,253). Sum of RGB (Red+Green+Blue) = 250+63+253=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 63 (25% from 255 or 11.13% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA3FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3FFD is #05C002. Grayscale: #8C8C8C. Windows color (decimal): -376835 or 16596986. OLE color: 16596986.

HSL color Cylindrical-coordinate representation of color #FA3FFD: hue angle of 299.05º 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 #FA3FFD is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 63 253 -
CMYK 0.01 0.75 0 0.01
HSL 299.05º 0.98% 0.62% -
HSV(B) 299.05º 0.75% 0.99% -
XYZ 58.93 30.97 95.8 -
YUV 140.57 191.45 206.05 -
System Red Green Blue C M Y K H S L
Decimal 250 63 253 0.01 0.75 0 0.01 299.05 0.98 0.62
Hex FA 3F FD 1 4B 0 1 12B 62 3E
Octal 372 77 375 1 113 0 1 453 142 76
Binary 11111010 111111 11111101 1 1001011 0 1 100101011 1100010 111110

Color Harmonies of #FA3FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3FFD

Black with #FA3FFD

Text Example


Text Example

White with #FA3FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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