Html Css Color HEX #FA3FF8 Pink Flamingo

📋 copy color: '#FA3FF8'

red 250 ◦ green 63 ◦ blue 248

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

Shades of Pink Flamingo #FA3FF8

Tints of Pink Flamingo #FA3FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.21%

R = 44.56%
G = 11.23%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA3FF8 (or 0xFA3FF8) is known color: Pink Flamingo. HEX triplet: FA, 3F and F8. RGB value is (250,63,248). Sum of RGB (Red+Green+Blue) = 250+63+248=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 63 (25% from 255 or 11.23% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3FF8 is #05C007. Grayscale: #8B8B8B. Windows color (decimal): -376840 or 16269306. OLE color: 16269306.

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

Color convert

RGB 250 63 248 -
CMYK 0 0.75 0.01 0.02
HSL 300.64º 0.95% 0.61% -
HSV(B) 300.64º 0.75% 0.98% -
XYZ 58.15 30.66 91.66 -
YUV 140 188.95 206.46 -
System Red Green Blue C M Y K H S L
Decimal 250 63 248 0 0.75 0.01 0.02 300.64 0.95 0.61
Hex FA 3F F8 0 4B 1 2 12D 5F 3D
Octal 372 77 370 0 113 1 2 455 137 75
Binary 11111010 111111 11111000 0 1001011 1 10 100101101 1011111 111101

Color Harmonies of #FA3FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3FF8

Black with #FA3FF8

Text Example


Text Example

White with #FA3FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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