Html Css Color HEX #FA43F2 Pink Flamingo

📋 copy color: '#FA43F2'

red 250 ◦ green 67 ◦ blue 242

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

Shades of Pink Flamingo #FA43F2

Tints of Pink Flamingo #FA43F2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 11.99%

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

R = 44.72%
G = 11.99%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA43F2 (or 0xFA43F2) is known color: Pink Flamingo. HEX triplet: FA, 43 and F2. RGB value is (250,67,242). Sum of RGB (Red+Green+Blue) = 250+67+242=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 67 (26.56% from 255 or 11.99% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA43F2 is #05BC0D. Grayscale: #8D8D8D. Windows color (decimal): -375822 or 15877114. OLE color: 15877114.

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

Color convert

RGB 250 67 242 -
CMYK 0 0.73 0.03 0.02
HSL 302.62º 0.95% 0.62% -
HSV(B) 302.62º 0.73% 0.98% -
XYZ 57.46 30.75 86.91 -
YUV 141.67 184.63 205.27 -
System Red Green Blue C M Y K H S L
Decimal 250 67 242 0 0.73 0.03 0.02 302.62 0.95 0.62
Hex FA 43 F2 0 49 3 2 12F 5F 3E
Octal 372 103 362 0 111 3 2 457 137 76
Binary 11111010 1000011 11110010 0 1001001 11 10 100101111 1011111 111110

Color Harmonies of #FA43F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA43F2

Black with #FA43F2

Text Example


Text Example

White with #FA43F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA43F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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