Html Css Color HEX #FA068A Deep Pink

📋 copy color: '#FA068A'

red 250 ◦ green 6 ◦ blue 138

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

Shades of Deep Pink #FA068A

Tints of Deep Pink #FA068A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 63.45%
G = 1.52%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA068A (or 0xFA068A) is known color: Deep Pink. HEX triplet: FA, 06 and 8A. RGB value is (250,6,138). Sum of RGB (Red+Green+Blue) = 250+6+138=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA068A is #05F975. Grayscale: #5D5D5D. Windows color (decimal): -391542 or 9045754. OLE color: 9045754.

HSL color Cylindrical-coordinate representation of color #FA068A: hue angle of 327.54º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA068A is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 6 138 -
CMYK 0 0.98 0.45 0.02
HSL 327.54º 0.96% 0.5% -
HSV(B) 327.54º 0.98% 0.98% -
XYZ 44.08 22.29 26.02 -
YUV 94 152.84 239.27 -
System Red Green Blue C M Y K H S L
Decimal 250 6 138 0 0.98 0.45 0.02 327.54 0.96 0.5
Hex FA 6 8A 0 62 2D 2 148 60 32
Octal 372 6 212 0 142 55 2 510 140 62
Binary 11111010 110 10001010 0 1100010 101101 10 101001000 1100000 110010

Color Harmonies of #FA068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA068A

Black with #FA068A

Text Example


Text Example

White with #FA068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA068A; }

 p { color: rgb(250,6,138); }

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

background-color css

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

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

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

border-color css

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

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

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