Html Css Color HEX #FD707C Brink Pink

📋 copy color: '#FD707C'

red 253 ◦ green 112 ◦ blue 124

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

Shades of Brink Pink #FD707C

Tints of Brink Pink #FD707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.36%

R = 51.74%
G = 22.9%
B = 25.36%

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

#FD707C (or 0xFD707C) is known color: Brink Pink. HEX triplet: FD, 70 and 7C. RGB value is (253,112,124). Sum of RGB (Red+Green+Blue) = 253+112+124=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD707C is #028F83. Grayscale: #9B9B9B. Windows color (decimal): -167812 or 8155389. OLE color: 8155389.

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

Color convert

RGB 253 112 124 -
CMYK 0 0.56 0.51 0.01
HSL 354.89º 0.97% 0.72% -
HSV(B) 354.89º 0.56% 0.99% -
XYZ 49.94 33.93 22.99 -
YUV 155.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 253 112 124 0 0.56 0.51 0.01 354.89 0.97 0.72
Hex FD 70 7C 0 38 33 1 163 61 48
Octal 375 160 174 0 70 63 1 543 141 110
Binary 11111101 1110000 1111100 0 111000 110011 1 101100011 1100001 1001000

Color Harmonies of #FD707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD707C

Black with #FD707C

Text Example


Text Example

White with #FD707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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