Html Css Color HEX #FD6F7D Brink Pink

📋 copy color: '#FD6F7D'

red 253 ◦ green 111 ◦ blue 125

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

Shades of Brink Pink #FD6F7D

Tints of Brink Pink #FD6F7D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.7%

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

R = 51.74%
G = 22.7%
B = 25.56%

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

#FD6F7D (or 0xFD6F7D) is known color: Brink Pink. HEX triplet: FD, 6F and 7D. RGB value is (253,111,125). Sum of RGB (Red+Green+Blue) = 253+111+125=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6F7D is #029082. Grayscale: #9B9B9B. Windows color (decimal): -168067 or 8220669. OLE color: 8220669.

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

Color convert

RGB 253 111 125 -
CMYK 0 0.56 0.51 0.01
HSL 354.08º 0.97% 0.71% -
HSV(B) 354.08º 0.56% 0.99% -
XYZ 49.89 33.73 23.28 -
YUV 155.05 111.04 197.86 -
System Red Green Blue C M Y K H S L
Decimal 253 111 125 0 0.56 0.51 0.01 354.08 0.97 0.71
Hex FD 6F 7D 0 38 33 1 162 61 47
Octal 375 157 175 0 70 63 1 542 141 107
Binary 11111101 1101111 1111101 0 111000 110011 1 101100010 1100001 1000111

Color Harmonies of #FD6F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6F7D

Black with #FD6F7D

Text Example


Text Example

White with #FD6F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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