Html Css Color HEX #FA0B7F Deep Pink

📋 copy color: '#FA0B7F'

red 250 ◦ green 11 ◦ blue 127

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

Shades of Deep Pink #FA0B7F

Tints of Deep Pink #FA0B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

 BLUE value IS 127 (50% from 255) = 32.73%

R = 64.43%
G = 2.84%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA0B7F (or 0xFA0B7F) is known color: Deep Pink. HEX triplet: FA, 0B and 7F. RGB value is (250,11,127). Sum of RGB (Red+Green+Blue) = 250+11+127=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0B7F is #05F480. Grayscale: #5F5F5F. Windows color (decimal): -390273 or 8326138. OLE color: 8326138.

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

Color convert

RGB 250 11 127 -
CMYK 0 0.96 0.49 0.02
HSL 330.88º 0.96% 0.51% -
HSV(B) 330.88º 0.96% 0.98% -
XYZ 43.37 22.1 22.06 -
YUV 95.69 145.68 238.07 -
System Red Green Blue C M Y K H S L
Decimal 250 11 127 0 0.96 0.49 0.02 330.88 0.96 0.51
Hex FA B 7F 0 60 31 2 14B 60 33
Octal 372 13 177 0 140 61 2 513 140 63
Binary 11111010 1011 1111111 0 1100000 110001 10 101001011 1100000 110011

Color Harmonies of #FA0B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0B7F

Black with #FA0B7F

Text Example


Text Example

White with #FA0B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0B7F; }

 p { color: rgb(250,11,127); }

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

background-color css

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

 a { background-color: rgb(250,11,127); }

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

border-color css

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

 span { border-color: rgb(250,11,127); }

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