Html Css Color HEX #FA42F7 Pink Flamingo

📋 copy color: '#FA42F7'

red 250 ◦ green 66 ◦ blue 247

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

Shades of Pink Flamingo #FA42F7

Tints of Pink Flamingo #FA42F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.87%

R = 44.4%
G = 11.72%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA42F7 (or 0xFA42F7) is known color: Pink Flamingo. HEX triplet: FA, 42 and F7. RGB value is (250,66,247). Sum of RGB (Red+Green+Blue) = 250+66+247=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 66 (26.17% from 255 or 11.72% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA42F7 is #05BD08. Grayscale: #8D8D8D. Windows color (decimal): -376073 or 16204538. OLE color: 16204538.

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

Color convert

RGB 250 66 247 -
CMYK 0 0.74 0.01 0.02
HSL 300.98º 0.95% 0.62% -
HSV(B) 300.98º 0.74% 0.98% -
XYZ 58.16 30.94 90.9 -
YUV 141.65 187.46 205.28 -
System Red Green Blue C M Y K H S L
Decimal 250 66 247 0 0.74 0.01 0.02 300.98 0.95 0.62
Hex FA 42 F7 0 4A 1 2 12D 5F 3E
Octal 372 102 367 0 112 1 2 455 137 76
Binary 11111010 1000010 11110111 0 1001010 1 10 100101101 1011111 111110

Color Harmonies of #FA42F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA42F7

Black with #FA42F7

Text Example


Text Example

White with #FA42F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA42F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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