Html Css Color HEX #FA62F2 Pink Flamingo

📋 copy color: '#FA62F2'

red 250 ◦ green 98 ◦ blue 242

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

Shades of Pink Flamingo #FA62F2

Tints of Pink Flamingo #FA62F2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.61%

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

R = 42.37%
G = 16.61%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA62F2 (or 0xFA62F2) is known color: Pink Flamingo. HEX triplet: FA, 62 and F2. RGB value is (250,98,242). Sum of RGB (Red+Green+Blue) = 250+98+242=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 98 (38.67% from 255 or 16.61% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA62F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA62F2 is #059D0D. Grayscale: #9F9F9F. Windows color (decimal): -367886 or 15885050. OLE color: 15885050.

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

Color convert

RGB 250 98 242 -
CMYK 0 0.61 0.03 0.02
HSL 303.16º 0.94% 0.68% -
HSV(B) 303.16º 0.61% 0.98% -
XYZ 59.82 35.47 87.7 -
YUV 159.86 174.36 192.29 -
System Red Green Blue C M Y K H S L
Decimal 250 98 242 0 0.61 0.03 0.02 303.16 0.94 0.68
Hex FA 62 F2 0 3D 3 2 12F 5E 44
Octal 372 142 362 0 75 3 2 457 136 104
Binary 11111010 1100010 11110010 0 111101 11 10 100101111 1011110 1000100

Color Harmonies of #FA62F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA62F2

Black with #FA62F2

Text Example


Text Example

White with #FA62F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA62F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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