Html Css Color HEX #FD6978 Brink Pink

📋 copy color: '#FD6978'

red 253 ◦ green 105 ◦ blue 120

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

Shades of Brink Pink #FD6978

Tints of Brink Pink #FD6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.97%

 BLUE value IS 120 (47.27% from 255) = 25.1%

R = 52.93%
G = 21.97%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD6978 (or 0xFD6978) is known color: Brink Pink. HEX triplet: FD, 69 and 78. RGB value is (253,105,120). Sum of RGB (Red+Green+Blue) = 253+105+120=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6978 is #029687. Grayscale: #979797. Windows color (decimal): -169608 or 7891453. OLE color: 7891453.

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

Color convert

RGB 253 105 120 -
CMYK 0 0.58 0.53 0.01
HSL 353.92º 0.97% 0.7% -
HSV(B) 353.92º 0.58% 0.99% -
XYZ 48.95 32.34 21.43 -
YUV 150.96 110.53 200.78 -
System Red Green Blue C M Y K H S L
Decimal 253 105 120 0 0.58 0.53 0.01 353.92 0.97 0.7
Hex FD 69 78 0 3A 35 1 162 61 46
Octal 375 151 170 0 72 65 1 542 141 106
Binary 11111101 1101001 1111000 0 111010 110101 1 101100010 1100001 1000110

Color Harmonies of #FD6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6978

Black with #FD6978

Text Example


Text Example

White with #FD6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6978; }

 p { color: rgb(253,105,120); }

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

background-color css

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

 a { background-color: rgb(253,105,120); }

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

border-color css

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

 span { border-color: rgb(253,105,120); }

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