Html Css Color HEX #FA4FFB Pink Flamingo

📋 copy color: '#FA4FFB'

red 250 ◦ green 79 ◦ blue 251

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

Shades of Pink Flamingo #FA4FFB

Tints of Pink Flamingo #FA4FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.62%

 BLUE value IS 251 (98.44% from 255) = 43.28%

R = 43.1%
G = 13.62%
B = 43.28%

CMYK

 C value IS 0.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA4FFB (or 0xFA4FFB) is known color: Pink Flamingo. HEX triplet: FA, 4F and FB. RGB value is (250,79,251). Sum of RGB (Red+Green+Blue) = 250+79+251=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 79 (31.25% from 255 or 13.62% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA4FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4FFB is #05B004. Grayscale: #959595. Windows color (decimal): -372741 or 16470010. OLE color: 16470010.

HSL color Cylindrical-coordinate representation of color #FA4FFB: hue angle of 299.65º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4FFB is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 79 251 -
CMYK 0.00 0.69 0 0.02
HSL 299.65º 0.96% 0.65% -
HSV(B) 299.65º 0.69% 0.98% -
XYZ 59.63 32.88 94.47 -
YUV 149.74 185.15 199.51 -
System Red Green Blue C M Y K H S L
Decimal 250 79 251 0.00 0.69 0 0.02 299.65 0.96 0.65
Hex FA 4F FB 0 45 0 2 12C 60 41
Octal 372 117 373 0 105 0 2 454 140 101
Binary 11111010 1001111 11111011 0 1000101 0 10 100101100 1100000 1000001

Color Harmonies of #FA4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4FFB

Black with #FA4FFB

Text Example


Text Example

White with #FA4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4FFB; }

 p { color: rgb(250,79,251); }

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

background-color css

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

 a { background-color: rgb(250,79,251); }

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

border-color css

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

 span { border-color: rgb(250,79,251); }

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