Html Css Color HEX #FA42FA Pink Flamingo

📋 copy color: '#FA42FA'

red 250 ◦ green 66 ◦ blue 250

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

Shades of Pink Flamingo #FA42FA

Tints of Pink Flamingo #FA42FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.66%

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

R = 44.17%
G = 11.66%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA42FA (or 0xFA42FA) is known color: Pink Flamingo. HEX triplet: FA, 42 and FA. RGB value is (250,66,250). Sum of RGB (Red+Green+Blue) = 250+66+250=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 66 (26.17% from 255 or 11.66% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA42FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA42FA is #05BD05. Grayscale: #8D8D8D. Windows color (decimal): -376070 or 16401146. OLE color: 16401146.

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

Color convert

RGB 250 66 250 -
CMYK 0 0.74 0 0.02
HSL 300º 0.95% 0.62% -
HSV(B) 300º 0.74% 0.98% -
XYZ 58.63 31.12 93.36 -
YUV 141.99 188.96 205.04 -
System Red Green Blue C M Y K H S L
Decimal 250 66 250 0 0.74 0 0.02 300 0.95 0.62
Hex FA 42 FA 0 4A 0 2 12C 5F 3E
Octal 372 102 372 0 112 0 2 454 137 76
Binary 11111010 1000010 11111010 0 1001010 0 10 100101100 1011111 111110

Color Harmonies of #FA42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA42FA

Black with #FA42FA

Text Example


Text Example

White with #FA42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA42FA; }

 p { color: rgb(250,66,250); }

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

background-color css

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

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

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

border-color css

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

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

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