Html Css Color HEX #FB068A Deep Pink

📋 copy color: '#FB068A'

red 251 ◦ green 6 ◦ blue 138

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

Shades of Deep Pink #FB068A

Tints of Deep Pink #FB068A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 63.54%
G = 1.52%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB068A (or 0xFB068A) is known color: Deep Pink. HEX triplet: FB, 06 and 8A. RGB value is (251,6,138). Sum of RGB (Red+Green+Blue) = 251+6+138=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB068A is #04F975. Grayscale: #5E5E5E. Windows color (decimal): -326006 or 9045755. OLE color: 9045755.

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

Color convert

RGB 251 6 138 -
CMYK 0 0.98 0.45 0.02
HSL 327.67º 0.97% 0.5% -
HSV(B) 327.67º 0.98% 0.98% -
XYZ 44.44 22.47 26.04 -
YUV 94.3 152.67 239.77 -
System Red Green Blue C M Y K H S L
Decimal 251 6 138 0 0.98 0.45 0.02 327.67 0.97 0.5
Hex FB 6 8A 0 62 2D 2 148 61 32
Octal 373 6 212 0 142 55 2 510 141 62
Binary 11111011 110 10001010 0 1100010 101101 10 101001000 1100001 110010

Color Harmonies of #FB068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB068A

Black with #FB068A

Text Example


Text Example

White with #FB068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB068A; }

 p { color: rgb(251,6,138); }

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

background-color css

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

 a { background-color: rgb(251,6,138); }

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

border-color css

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

 span { border-color: rgb(251,6,138); }

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