Html Css Color HEX #FA0F8D Deep Pink

📋 copy color: '#FA0F8D'

red 250 ◦ green 15 ◦ blue 141

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

Shades of Deep Pink #FA0F8D

Tints of Deep Pink #FA0F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 61.58%
G = 3.69%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FA0F8D (or 0xFA0F8D) is known color: Deep Pink. HEX triplet: FA, 0F and 8D. RGB value is (250,15,141). Sum of RGB (Red+Green+Blue) = 250+15+141=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0F8D is #05F072. Grayscale: #636363. Windows color (decimal): -389235 or 9244666. OLE color: 9244666.

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

Color convert

RGB 250 15 141 -
CMYK 0 0.94 0.44 0.02
HSL 327.83º 0.96% 0.52% -
HSV(B) 327.83º 0.94% 0.98% -
XYZ 44.4 22.59 27.22 -
YUV 99.63 151.36 235.25 -
System Red Green Blue C M Y K H S L
Decimal 250 15 141 0 0.94 0.44 0.02 327.83 0.96 0.52
Hex FA F 8D 0 5E 2C 2 148 60 34
Octal 372 17 215 0 136 54 2 510 140 64
Binary 11111010 1111 10001101 0 1011110 101100 10 101001000 1100000 110100

Color Harmonies of #FA0F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F8D

Black with #FA0F8D

Text Example


Text Example

White with #FA0F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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