Html Css Color HEX #FA4FF5 Pink Flamingo

📋 copy color: '#FA4FF5'

red 250 ◦ green 79 ◦ blue 245

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

Shades of Pink Flamingo #FA4FF5

Tints of Pink Flamingo #FA4FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.68%

R = 43.55%
G = 13.76%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA4FF5 (or 0xFA4FF5) is known color: Pink Flamingo. HEX triplet: FA, 4F and F5. RGB value is (250,79,245). Sum of RGB (Red+Green+Blue) = 250+79+245=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 79 (31.25% from 255 or 13.76% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4FF5 is #05B00A. Grayscale: #949494. Windows color (decimal): -372747 or 16076794. OLE color: 16076794.

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

Color convert

RGB 250 79 245 -
CMYK 0 0.68 0.02 0.02
HSL 301.75º 0.94% 0.65% -
HSV(B) 301.75º 0.68% 0.98% -
XYZ 58.7 32.51 89.57 -
YUV 149.05 182.15 200 -
System Red Green Blue C M Y K H S L
Decimal 250 79 245 0 0.68 0.02 0.02 301.75 0.94 0.65
Hex FA 4F F5 0 44 2 2 12E 5E 41
Octal 372 117 365 0 104 2 2 456 136 101
Binary 11111010 1001111 11110101 0 1000100 10 10 100101110 1011110 1000001

Color Harmonies of #FA4FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4FF5

Black with #FA4FF5

Text Example


Text Example

White with #FA4FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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