Html Css Color HEX #FD067A Deep Pink

📋 copy color: '#FD067A'

red 253 ◦ green 6 ◦ blue 122

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

Shades of Deep Pink #FD067A

Tints of Deep Pink #FD067A

RGB

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

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

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

R = 66.4%
G = 1.57%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD067A (or 0xFD067A) is known color: Deep Pink. HEX triplet: FD, 06 and 7A. RGB value is (253,6,122). Sum of RGB (Red+Green+Blue) = 253+6+122=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD067A is #02F985. Grayscale: #5C5C5C. Windows color (decimal): -194950 or 7997181. OLE color: 7997181.

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

Color convert

RGB 253 6 122 -
CMYK 0 0.98 0.52 0.01
HSL 331.82º 0.98% 0.51% -
HSV(B) 331.82º 0.98% 0.99% -
XYZ 44.09 22.42 20.42 -
YUV 93.08 144.33 242.07 -
System Red Green Blue C M Y K H S L
Decimal 253 6 122 0 0.98 0.52 0.01 331.82 0.98 0.51
Hex FD 6 7A 0 62 34 1 14C 62 33
Octal 375 6 172 0 142 64 1 514 142 63
Binary 11111101 110 1111010 0 1100010 110100 1 101001100 1100010 110011

Color Harmonies of #FD067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD067A

Black with #FD067A

Text Example


Text Example

White with #FD067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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