Html Css Color HEX #FD068F Deep Pink

📋 copy color: '#FD068F'

red 253 ◦ green 6 ◦ blue 143

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

Shades of Deep Pink #FD068F

Tints of Deep Pink #FD068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 62.94%
G = 1.49%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD068F (or 0xFD068F) is known color: Deep Pink. HEX triplet: FD, 06 and 8F. RGB value is (253,6,143). Sum of RGB (Red+Green+Blue) = 253+6+143=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD068F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD068F is #02F970. Grayscale: #5F5F5F. Windows color (decimal): -194929 or 9373437. OLE color: 9373437.

HSL color Cylindrical-coordinate representation of color #FD068F: hue angle of 326.72º 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 #FD068F is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 6 143 -
CMYK 0 0.98 0.43 0.01
HSL 326.72º 0.98% 0.51% -
HSV(B) 326.72º 0.98% 0.99% -
XYZ 45.53 23 28.03 -
YUV 95.47 154.83 240.36 -
System Red Green Blue C M Y K H S L
Decimal 253 6 143 0 0.98 0.43 0.01 326.72 0.98 0.51
Hex FD 6 8F 0 62 2B 1 147 62 33
Octal 375 6 217 0 142 53 1 507 142 63
Binary 11111101 110 10001111 0 1100010 101011 1 101000111 1100010 110011

Color Harmonies of #FD068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD068F

Black with #FD068F

Text Example


Text Example

White with #FD068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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