Html Css Color HEX #FA0F90 Deep Pink

📋 copy color: '#FA0F90'

red 250 ◦ green 15 ◦ blue 144

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

Shades of Deep Pink #FA0F90

Tints of Deep Pink #FA0F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 61.12%
G = 3.67%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA0F90 (or 0xFA0F90) is known color: Deep Pink. HEX triplet: FA, 0F and 90. RGB value is (250,15,144). Sum of RGB (Red+Green+Blue) = 250+15+144=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0F90 is #05F06F. Grayscale: #636363. Windows color (decimal): -389232 or 9441274. OLE color: 9441274.

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

Color convert

RGB 250 15 144 -
CMYK 0 0.94 0.42 0.02
HSL 327.06º 0.96% 0.52% -
HSV(B) 327.06º 0.94% 0.98% -
XYZ 44.63 22.68 28.41 -
YUV 99.97 152.86 235.01 -
System Red Green Blue C M Y K H S L
Decimal 250 15 144 0 0.94 0.42 0.02 327.06 0.96 0.52
Hex FA F 90 0 5E 2A 2 147 60 34
Octal 372 17 220 0 136 52 2 507 140 64
Binary 11111010 1111 10010000 0 1011110 101010 10 101000111 1100000 110100

Color Harmonies of #FA0F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F90

Black with #FA0F90

Text Example


Text Example

White with #FA0F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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