Html Css Color HEX #FA0F8A Deep Pink

📋 copy color: '#FA0F8A'

red 250 ◦ green 15 ◦ blue 138

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

Shades of Deep Pink #FA0F8A

Tints of Deep Pink #FA0F8A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.72%

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

R = 62.03%
G = 3.72%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FA0F8A (or 0xFA0F8A) is known color: Deep Pink. HEX triplet: FA, 0F and 8A. RGB value is (250,15,138). Sum of RGB (Red+Green+Blue) = 250+15+138=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0F8A is #05F075. Grayscale: #636363. Windows color (decimal): -389238 or 9048058. OLE color: 9048058.

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

Color convert

RGB 250 15 138 -
CMYK 0 0.94 0.45 0.02
HSL 328.6º 0.96% 0.52% -
HSV(B) 328.6º 0.94% 0.98% -
XYZ 44.18 22.5 26.06 -
YUV 99.29 149.86 235.5 -
System Red Green Blue C M Y K H S L
Decimal 250 15 138 0 0.94 0.45 0.02 328.6 0.96 0.52
Hex FA F 8A 0 5E 2D 2 149 60 34
Octal 372 17 212 0 136 55 2 511 140 64
Binary 11111010 1111 10001010 0 1011110 101101 10 101001001 1100000 110100

Color Harmonies of #FA0F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F8A

Black with #FA0F8A

Text Example


Text Example

White with #FA0F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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