Html Css Color HEX #FB0A7A Deep Pink

📋 copy color: '#FB0A7A'

red 251 ◦ green 10 ◦ blue 122

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

Shades of Deep Pink #FB0A7A

Tints of Deep Pink #FB0A7A

RGB

 RED value IS 251 (98.44% from 255) = 65.54%

 GREEN value IS 10 (4.3% from 255) = 2.61%

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

R = 65.54%
G = 2.61%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB0A7A (or 0xFB0A7A) is known color: Deep Pink. HEX triplet: FB, 0A and 7A. RGB value is (251,10,122). Sum of RGB (Red+Green+Blue) = 251+10+122=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0A7A is #04F585. Grayscale: #5E5E5E. Windows color (decimal): -324998 or 7998203. OLE color: 7998203.

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

Color convert

RGB 251 10 122 -
CMYK 0 0.96 0.51 0.02
HSL 332.12º 0.97% 0.51% -
HSV(B) 332.12º 0.96% 0.98% -
XYZ 43.41 22.13 20.4 -
YUV 94.83 143.34 239.39 -
System Red Green Blue C M Y K H S L
Decimal 251 10 122 0 0.96 0.51 0.02 332.12 0.97 0.51
Hex FB A 7A 0 60 33 2 14C 61 33
Octal 373 12 172 0 140 63 2 514 141 63
Binary 11111011 1010 1111010 0 1100000 110011 10 101001100 1100001 110011

Color Harmonies of #FB0A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0A7A

Black with #FB0A7A

Text Example


Text Example

White with #FB0A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0A7A; }

 p { color: rgb(251,10,122); }

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

background-color css

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

 a { background-color: rgb(251,10,122); }

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

border-color css

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

 span { border-color: rgb(251,10,122); }

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