Html Css Color HEX #FA4FF0 Pink Flamingo

📋 copy color: '#FA4FF0'

red 250 ◦ green 79 ◦ blue 240

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

Shades of Pink Flamingo #FA4FF0

Tints of Pink Flamingo #FA4FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.18%

R = 43.94%
G = 13.88%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA4FF0 (or 0xFA4FF0) is known color: Pink Flamingo. HEX triplet: FA, 4F and F0. RGB value is (250,79,240). Sum of RGB (Red+Green+Blue) = 250+79+240=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 79 (31.25% from 255 or 13.88% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4FF0 is #05B00F. Grayscale: #949494. Windows color (decimal): -372752 or 15749114. OLE color: 15749114.

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

Color convert

RGB 250 79 240 -
CMYK 0 0.68 0.04 0.02
HSL 303.51º 0.94% 0.65% -
HSV(B) 303.51º 0.68% 0.98% -
XYZ 57.95 32.21 85.6 -
YUV 148.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 250 79 240 0 0.68 0.04 0.02 303.51 0.94 0.65
Hex FA 4F F0 0 44 4 2 130 5E 41
Octal 372 117 360 0 104 4 2 460 136 101
Binary 11111010 1001111 11110000 0 1000100 100 10 100110000 1011110 1000001

Color Harmonies of #FA4FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4FF0

Black with #FA4FF0

Text Example


Text Example

White with #FA4FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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