Html Css Color HEX #FA0F7A Deep Pink

📋 copy color: '#FA0F7A'

red 250 ◦ green 15 ◦ blue 122

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

Shades of Deep Pink #FA0F7A

Tints of Deep Pink #FA0F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 64.6%
G = 3.88%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA0F7A (or 0xFA0F7A) is known color: Deep Pink. HEX triplet: FA, 0F and 7A. RGB value is (250,15,122). Sum of RGB (Red+Green+Blue) = 250+15+122=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0F7A is #05F085. Grayscale: #616161. Windows color (decimal): -389254 or 7999482. OLE color: 7999482.

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

Color convert

RGB 250 15 122 -
CMYK 0 0.94 0.51 0.02
HSL 332.68º 0.96% 0.52% -
HSV(B) 332.68º 0.94% 0.98% -
XYZ 43.11 22.07 20.4 -
YUV 97.46 141.86 236.8 -
System Red Green Blue C M Y K H S L
Decimal 250 15 122 0 0.94 0.51 0.02 332.68 0.96 0.52
Hex FA F 7A 0 5E 33 2 14D 60 34
Octal 372 17 172 0 136 63 2 515 140 64
Binary 11111010 1111 1111010 0 1011110 110011 10 101001101 1100000 110100

Color Harmonies of #FA0F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F7A

Black with #FA0F7A

Text Example


Text Example

White with #FA0F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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