Html Css Color HEX #FA4CF2 Pink Flamingo

📋 copy color: '#FA4CF2'

red 250 ◦ green 76 ◦ blue 242

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

Shades of Pink Flamingo #FA4CF2

Tints of Pink Flamingo #FA4CF2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.38%

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

R = 44.01%
G = 13.38%
B = 42.61%

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

#FA4CF2 (or 0xFA4CF2) is known color: Pink Flamingo. HEX triplet: FA, 4C and F2. RGB value is (250,76,242). Sum of RGB (Red+Green+Blue) = 250+76+242=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 76 (30.08% from 255 or 13.38% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4CF2 is #05B30D. Grayscale: #929292. Windows color (decimal): -373518 or 15879418. OLE color: 15879418.

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

Color convert

RGB 250 76 242 -
CMYK 0 0.70 0.03 0.02
HSL 302.76º 0.95% 0.64% -
HSV(B) 302.76º 0.7% 0.98% -
XYZ 58.04 31.9 87.1 -
YUV 146.95 181.65 201.5 -
System Red Green Blue C M Y K H S L
Decimal 250 76 242 0 0.70 0.03 0.02 302.76 0.95 0.64
Hex FA 4C F2 0 46 3 2 12F 5F 40
Octal 372 114 362 0 106 3 2 457 137 100
Binary 11111010 1001100 11110010 0 1000110 11 10 100101111 1011111 1000000

Color Harmonies of #FA4CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4CF2

Black with #FA4CF2

Text Example


Text Example

White with #FA4CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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