Html Css Color HEX #FA3FF2 Pink Flamingo

📋 copy color: '#FA3FF2'

red 250 ◦ green 63 ◦ blue 242

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

Shades of Pink Flamingo #FA3FF2

Tints of Pink Flamingo #FA3FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.6%

R = 45.05%
G = 11.35%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA3FF2 (or 0xFA3FF2) is known color: Pink Flamingo. HEX triplet: FA, 3F and F2. RGB value is (250,63,242). Sum of RGB (Red+Green+Blue) = 250+63+242=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 63 (25% from 255 or 11.35% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3FF2 is #05C00D. Grayscale: #8A8A8A. Windows color (decimal): -376846 or 15876090. OLE color: 15876090.

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

Color convert

RGB 250 63 242 -
CMYK 0 0.75 0.03 0.02
HSL 302.57º 0.95% 0.61% -
HSV(B) 302.57º 0.75% 0.98% -
XYZ 57.23 30.29 86.83 -
YUV 139.32 185.95 206.95 -
System Red Green Blue C M Y K H S L
Decimal 250 63 242 0 0.75 0.03 0.02 302.57 0.95 0.61
Hex FA 3F F2 0 4B 3 2 12F 5F 3D
Octal 372 77 362 0 113 3 2 457 137 75
Binary 11111010 111111 11110010 0 1001011 11 10 100101111 1011111 111101

Color Harmonies of #FA3FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3FF2

Black with #FA3FF2

Text Example


Text Example

White with #FA3FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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