Html Css Color HEX #FD068B Deep Pink

📋 copy color: '#FD068B'

red 253 ◦ green 6 ◦ blue 139

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

Shades of Deep Pink #FD068B

Tints of Deep Pink #FD068B

RGB

 RED value IS 253 (99.22% from 255) = 63.57%

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

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 63.57%
G = 1.51%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD068B (or 0xFD068B) is known color: Deep Pink. HEX triplet: FD, 06 and 8B. RGB value is (253,6,139). Sum of RGB (Red+Green+Blue) = 253+6+139=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD068B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD068B is #02F974. Grayscale: #5E5E5E. Windows color (decimal): -194933 or 9111293. OLE color: 9111293.

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

Color convert

RGB 253 6 139 -
CMYK 0 0.98 0.45 0.01
HSL 327.69º 0.98% 0.51% -
HSV(B) 327.69º 0.98% 0.99% -
XYZ 45.23 22.88 26.46 -
YUV 95.02 152.83 240.69 -
System Red Green Blue C M Y K H S L
Decimal 253 6 139 0 0.98 0.45 0.01 327.69 0.98 0.51
Hex FD 6 8B 0 62 2D 1 148 62 33
Octal 375 6 213 0 142 55 1 510 142 63
Binary 11111101 110 10001011 0 1100010 101101 1 101001000 1100010 110011

Color Harmonies of #FD068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD068B

Black with #FD068B

Text Example


Text Example

White with #FD068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD068B; }

 p { color: rgb(253,6,139); }

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

background-color css

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

 a { background-color: rgb(253,6,139); }

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

border-color css

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

 span { border-color: rgb(253,6,139); }

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