Html Css Color HEX #FA41F2 Pink Flamingo

📋 copy color: '#FA41F2'

red 250 ◦ green 65 ◦ blue 242

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

Shades of Pink Flamingo #FA41F2

Tints of Pink Flamingo #FA41F2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.67%

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

R = 44.88%
G = 11.67%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA41F2 (or 0xFA41F2) is known color: Pink Flamingo. HEX triplet: FA, 41 and F2. RGB value is (250,65,242). Sum of RGB (Red+Green+Blue) = 250+65+242=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 65 (25.78% from 255 or 11.67% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA41F2 is #05BE0D. Grayscale: #8B8B8B. Windows color (decimal): -376334 or 15876602. OLE color: 15876602.

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

Color convert

RGB 250 65 242 -
CMYK 0 0.74 0.03 0.02
HSL 302.59º 0.95% 0.62% -
HSV(B) 302.59º 0.74% 0.98% -
XYZ 57.34 30.52 86.87 -
YUV 140.49 185.29 206.11 -
System Red Green Blue C M Y K H S L
Decimal 250 65 242 0 0.74 0.03 0.02 302.59 0.95 0.62
Hex FA 41 F2 0 4A 3 2 12F 5F 3E
Octal 372 101 362 0 112 3 2 457 137 76
Binary 11111010 1000001 11110010 0 1001010 11 10 100101111 1011111 111110

Color Harmonies of #FA41F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA41F2

Black with #FA41F2

Text Example


Text Example

White with #FA41F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA41F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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