Html Css Color HEX #FD707D Brink Pink

📋 copy color: '#FD707D'

red 253 ◦ green 112 ◦ blue 125

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

Shades of Brink Pink #FD707D

Tints of Brink Pink #FD707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.86%

 BLUE value IS 125 (49.22% from 255) = 25.51%

R = 51.63%
G = 22.86%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD707D (or 0xFD707D) is known color: Brink Pink. HEX triplet: FD, 70 and 7D. RGB value is (253,112,125). Sum of RGB (Red+Green+Blue) = 253+112+125=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD707D is #028F82. Grayscale: #9B9B9B. Windows color (decimal): -167811 or 8220925. OLE color: 8220925.

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

Color convert

RGB 253 112 125 -
CMYK 0 0.56 0.51 0.01
HSL 354.47º 0.97% 0.72% -
HSV(B) 354.47º 0.56% 0.99% -
XYZ 50 33.95 23.32 -
YUV 155.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 253 112 125 0 0.56 0.51 0.01 354.47 0.97 0.72
Hex FD 70 7D 0 38 33 1 162 61 48
Octal 375 160 175 0 70 63 1 542 141 110
Binary 11111101 1110000 1111101 0 111000 110011 1 101100010 1100001 1001000

Color Harmonies of #FD707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD707D

Black with #FD707D

Text Example


Text Example

White with #FD707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD707D; }

 p { color: rgb(253,112,125); }

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

background-color css

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

 a { background-color: rgb(253,112,125); }

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

border-color css

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

 span { border-color: rgb(253,112,125); }

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