Html Css Color HEX #FA3AF7 Pink Flamingo

📋 copy color: '#FA3AF7'

red 250 ◦ green 58 ◦ blue 247

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

Shades of Pink Flamingo #FA3AF7

Tints of Pink Flamingo #FA3AF7

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.45%

 BLUE value IS 247 (96.88% from 255) = 44.5%

R = 45.05%
G = 10.45%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA3AF7 (or 0xFA3AF7) is known color: Pink Flamingo. HEX triplet: FA, 3A and F7. RGB value is (250,58,247). Sum of RGB (Red+Green+Blue) = 250+58+247=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 58 (23.05% from 255 or 10.45% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3AF7 is #05C508. Grayscale: #888888. Windows color (decimal): -378121 or 16202490. OLE color: 16202490.

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

Color convert

RGB 250 58 247 -
CMYK 0 0.77 0.01 0.02
HSL 300.94º 0.95% 0.6% -
HSV(B) 300.94º 0.77% 0.98% -
XYZ 57.73 30.07 90.76 -
YUV 136.95 190.11 208.63 -
System Red Green Blue C M Y K H S L
Decimal 250 58 247 0 0.77 0.01 0.02 300.94 0.95 0.6
Hex FA 3A F7 0 4D 1 2 12D 5F 3C
Octal 372 72 367 0 115 1 2 455 137 74
Binary 11111010 111010 11110111 0 1001101 1 10 100101101 1011111 111100

Color Harmonies of #FA3AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3AF7

Black with #FA3AF7

Text Example


Text Example

White with #FA3AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3AF7; }

 p { color: rgb(250,58,247); }

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

background-color css

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

 a { background-color: rgb(250,58,247); }

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

border-color css

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

 span { border-color: rgb(250,58,247); }

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