Html Css Color HEX #FA4AF2 Pink Flamingo

📋 copy color: '#FA4AF2'

red 250 ◦ green 74 ◦ blue 242

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

Shades of Pink Flamingo #FA4AF2

Tints of Pink Flamingo #FA4AF2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.07%

 BLUE value IS 242 (94.92% from 255) = 42.76%

R = 44.17%
G = 13.07%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA4AF2 (or 0xFA4AF2) is known color: Pink Flamingo. HEX triplet: FA, 4A and F2. RGB value is (250,74,242). Sum of RGB (Red+Green+Blue) = 250+74+242=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 74 (29.30% from 255 or 13.07% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4AF2 is #05B50D. Grayscale: #919191. Windows color (decimal): -374030 or 15878906. OLE color: 15878906.

HSL color Cylindrical-coordinate representation of color #FA4AF2: hue angle of 302.73º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4AF2 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 74 242 -
CMYK 0 0.70 0.03 0.02
HSL 302.73º 0.95% 0.64% -
HSV(B) 302.73º 0.7% 0.98% -
XYZ 57.9 31.63 87.06 -
YUV 145.78 182.31 202.34 -
System Red Green Blue C M Y K H S L
Decimal 250 74 242 0 0.70 0.03 0.02 302.73 0.95 0.64
Hex FA 4A F2 0 46 3 2 12F 5F 40
Octal 372 112 362 0 106 3 2 457 137 100
Binary 11111010 1001010 11110010 0 1000110 11 10 100101111 1011111 1000000

Color Harmonies of #FA4AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4AF2

Black with #FA4AF2

Text Example


Text Example

White with #FA4AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4AF2; }

 p { color: rgb(250,74,242); }

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

background-color css

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

 a { background-color: rgb(250,74,242); }

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

border-color css

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

 span { border-color: rgb(250,74,242); }

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